mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
[MIRROR] Add missing SIGNAL_HANDLERs [MDB IGNORE] (#8834)
* Add missing SIGNAL_HANDLERs (#62115) Add missing SIGNAL_HANDLERs * Add missing SIGNAL_HANDLERs Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
return ..() //Run parent at end
|
||||
|
||||
/datum/ai_controller/hostile_friend/proc/on_prebuckle(mob/source, mob/living/buckler, force, buckle_mob_flags)
|
||||
SIGNAL_HANDLER
|
||||
if(force || ai_status == AI_STATUS_OFF)
|
||||
return
|
||||
if(WEAKREF(buckler) != blackboard[BB_HOSTILE_FRIEND])
|
||||
|
||||
Reference in New Issue
Block a user