mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
update
This commit is contained in:
@@ -133,8 +133,10 @@ def play_aidungeon_2():
|
||||
break
|
||||
elif player_died(result):
|
||||
action = "> You die."
|
||||
final_result = story_manager.act(action)
|
||||
final_result = cut_trailing_sentence(story_manager.act(action))
|
||||
console_print(result + final_result)
|
||||
console_print("GAME OVER")
|
||||
break
|
||||
else:
|
||||
console_print(result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user