mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user