update
This commit is contained in:
@@ -274,7 +274,7 @@ class Avatar:
|
||||
plan = self.planned_actions.pop(0)
|
||||
try:
|
||||
action = self.create_action(plan.action_name)
|
||||
except ValueError as e:
|
||||
except:
|
||||
logger = get_logger().logger
|
||||
logger.warning("非法动作: Avatar(name=%s,id=%s) 的动作 %s 参数=%s 无法启动,原因=%s", self.name, self.id, plan.action_name, plan.params, e)
|
||||
continue
|
||||
|
||||
@@ -29,4 +29,4 @@ id,name,exclusion_ids,desc,weight,condition
|
||||
27,腼腆,26,你对待和他人结为道侣或者双修比较谨慎,1,
|
||||
28,舔狗,13;14;22;27,你对异性中外貌出众者格外友善,倾向主动接近、帮助与合作。,1,
|
||||
29,嫉妒,11;23,你对在修为、外貌或财富等方面远超于你的人容易产生敌意,更倾向对其冷淡、挑衅或打压。,1,
|
||||
30,穿越者,,你来自现代社会,怀念现代社会的一切,希望调查清楚你来的原因,早日回到现代,你的思考方式都是现代化的,1,
|
||||
30,穿越者,,你来自现代社会,怀念现代社会的一切,希望调查清楚你来的原因,早日回到现代,你的思考方式都是现代化的,1000,
|
||||
|
Can't render this file because it contains an unexpected character in line 26 and column 121.
|
Reference in New Issue
Block a user