This commit is contained in:
Timberpoes
2021-08-22 15:39:34 +02:00
committed by GitHub
parent a7f77e024e
commit 5c601e026f
+2 -2
View File
@@ -113,9 +113,9 @@ have ways of interacting with a specific mob and control it.
blackboard[BB_MONKEY_PICKUPTARGET] = weapon
current_movement_target = weapon
if(pickpocket)
queue_behavior(current_behaviors, /datum/ai_behavior/monkey_equip/pickpocket)
queue_behavior(/datum/ai_behavior/monkey_equip/pickpocket)
else
queue_behavior(current_behaviors, /datum/ai_behavior/monkey_equip/ground)
queue_behavior(/datum/ai_behavior/monkey_equip/ground)
return TRUE
/// Returns either the best weapon from the given choices or null if held weapons are better