Update scene.py

This commit is contained in:
Netceor 2023-11-08 19:51:51 +08:00 committed by GitHub
parent 4fc639cb45
commit 3fec85cbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ class Scene:
return False
def op_task_execute(self,op_type):
print("type:",self.op_typeToAct[op_type][0],"action:",self.op_typeToAct[op_type][1])
self.control_robot_action(0, 1, "开始"+self.op_dialog[op_type]) # 开始制作咖啡
if op_type>=8:
result = self.control_robot_action(self.op_typeToAct[op_type][0], self.op_typeToAct[op_type][1])