mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
update
This commit is contained in:
@@ -70,13 +70,13 @@ def play_aidungeon_2():
|
||||
|
||||
|
||||
print("\n")
|
||||
console_print(context + "\n\n" + str(story_manager.story))
|
||||
console_print(context + str(story_manager.story))
|
||||
while True:
|
||||
action = input("> ")
|
||||
if action == "restart":
|
||||
break
|
||||
|
||||
if action != "":
|
||||
if action != "" and action.lower() != "continue":
|
||||
action = action.strip()
|
||||
|
||||
action = first_to_second_person(action)
|
||||
|
||||
@@ -3,7 +3,7 @@ prompts:
|
||||
|
||||
hospital: "You wake up in an old rundown hospital with no memory of how you got there. You take a look around the room. "
|
||||
|
||||
peasant: "You were kicked out of your home and have set out to see if you can find work in the next town. You step onto the road and look around you. "
|
||||
peasant: "You were kicked out of your home and have set out to see if you can find work in the next town. You step onto the road and look around you and see"
|
||||
|
||||
apocalypse: "You walk for two hours and take a break. You've left the town you were in and are now in a more rural area. You look around you and see "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user