fix: allow actions in 'stage'
This commit is contained in:
@@ -32,8 +32,8 @@ class ActionFlow:
|
|||||||
|
|
||||||
def stage(self, *actions: type[Action]):
|
def stage(self, *actions: type[Action]):
|
||||||
for Actor in actions:
|
for Actor in actions:
|
||||||
try: self.queue(Actor)
|
self.allow(Actor)
|
||||||
except: pass
|
self.queue(Actor)
|
||||||
self.react()
|
self.react()
|
||||||
|
|
||||||
def react(self):
|
def react(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user