mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
Update
This commit is contained in:
@@ -195,14 +195,14 @@ class CTRLStoryManager(ConstrainedStoryManager):
|
||||
continue
|
||||
if i is len(possible_rooms) -1:
|
||||
text_list.append(", or the ")
|
||||
else:
|
||||
elif i is not 0:
|
||||
text_list.append(", the ")
|
||||
text_list.append(possible_rooms[i])
|
||||
text_list.append(".")
|
||||
return "".join(text_list)
|
||||
|
||||
def story_context(self):
|
||||
return self.game_state_text() + " " + self.story.latest_result()
|
||||
return self.story.latest_result() + " " + self.game_state_text()
|
||||
|
||||
|
||||
class CachedStoryManager(ConstrainedStoryManager):
|
||||
|
||||
Reference in New Issue
Block a user