drop turn_prompt.md — prompt is implicit in the DM asking the player

This commit is contained in:
Dejvino
2026-06-25 08:34:17 +02:00
parent 8a5072dcbd
commit 9f8db6e64c
3 changed files with 3 additions and 7 deletions
+1 -2
View File
@@ -11,9 +11,8 @@ from datetime import date
SESSION = Path(__file__).resolve().parent.parent / 'session'
BOOK = SESSION / 'book.md'
TURN_DESC = SESSION / 'turn_description.md'
TURN_PROMPT = SESSION / 'turn_prompt.md'
CLEAR_FILES = [TURN_DESC, TURN_PROMPT]
CLEAR_FILES = [TURN_DESC]
def main():