mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@ prompts:
|
||||
action_verbs:
|
||||
classic: ["You attack", "You tell", "You use", "You go"]
|
||||
|
||||
anything: ["You", "You"]
|
||||
anything: ["You", "You", "You"]
|
||||
|
||||
ctrl_verbs:
|
||||
non_movement: ["take", "put", "give", "set", "keep", "help", "show", "pay", "read", "start", "stay", "call",
|
||||
|
||||
@@ -110,7 +110,7 @@ class UnconstrainedStoryManager(StoryManager):
|
||||
|
||||
class ConstrainedStoryManager(StoryManager):
|
||||
|
||||
def __init__(self, generator, action_verbs_key="classic"):
|
||||
def __init__(self, generator, action_verbs_key="anything"):
|
||||
super().__init__(generator)
|
||||
self.action_phrases = get_action_verbs(action_verbs_key)
|
||||
self.cache = False
|
||||
|
||||
Reference in New Issue
Block a user