Update scene.py
This commit is contained in:
parent
54efdc65a9
commit
e4591b2efe
|
@ -281,6 +281,8 @@ class Scene:
|
|||
g = eval("{'" + goal + "'}")
|
||||
self.state['chat_list'].append(("Goal", g))
|
||||
def new_set_goal(self,goal):
|
||||
self.state['chat_list'].append(("Goal",goal))
|
||||
|
||||
|
||||
@property
|
||||
def status(self):
|
||||
|
|
Loading…
Reference in New Issue