[no gbp] fixes monkey disarming runtimes (#88332)

## About The Pull Request
fixes some runtimes related to trying to remove things from a blackboard
key list that arent tracked to begin with

## Why It's Good For The Game
fixes monkey disarming runtimes

## Changelog
🆑
/🆑
This commit is contained in:
Ben10Omintrix
2024-12-04 01:12:43 +01:00
committed by GitHub
parent a23fc0154d
commit a088f5d067
2 changed files with 14 additions and 11 deletions
+2 -3
View File
@@ -171,11 +171,10 @@ have ways of interacting with a specific mob and control it.
return FALSE
set_blackboard_key(BB_MONKEY_PICKUPTARGET, weapon)
set_movement_target(type, weapon)
if(pickpocket)
queue_behavior(/datum/ai_behavior/monkey_equip/pickpocket)
queue_behavior(/datum/ai_behavior/monkey_equip/pickpocket, BB_MONKEY_PICKUPTARGET)
else
queue_behavior(/datum/ai_behavior/monkey_equip/ground)
queue_behavior(/datum/ai_behavior/monkey_equip/ground, BB_MONKEY_PICKUPTARGET)
return TRUE
///Reactive events to being hit