drop turn_prompt.md — prompt is implicit in the DM asking the player
This commit is contained in:
+1
-2
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user