From 5c601e026f4fe612de220e6d60c4bb4989e1a30f Mon Sep 17 00:00:00 2001 From: Timberpoes Date: Sun, 22 Aug 2021 14:39:34 +0100 Subject: [PATCH] Feex (#60976) --- code/datums/ai/monkey/monkey_controller.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/ai/monkey/monkey_controller.dm b/code/datums/ai/monkey/monkey_controller.dm index 866a0a7d0bb..4d0997bf145 100644 --- a/code/datums/ai/monkey/monkey_controller.dm +++ b/code/datums/ai/monkey/monkey_controller.dm @@ -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