mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
update
This commit is contained in:
@@ -66,10 +66,12 @@ def play_aidungeon_2():
|
||||
action = action.strip()
|
||||
|
||||
action = action[0].upper() + action[1:]
|
||||
if action[-1] not in [".", "?", "!"]:
|
||||
action = action + "."
|
||||
|
||||
action = "\n> " + action + "\n"
|
||||
# action = remove_profanity(action)
|
||||
# action = first_to_second_person(action)
|
||||
#action = first_to_second_person(action)
|
||||
|
||||
result = "\n" + story_manager.act(action)
|
||||
if player_died(result):
|
||||
|
||||
Reference in New Issue
Block a user