mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
@@ -125,7 +125,7 @@ have ways of interacting with a specific mob and control it.
|
||||
///Reactive events to being hit
|
||||
/datum/ai_controller/monkey/proc/retaliate(mob/living/L)
|
||||
var/list/enemies = blackboard[BB_MONKEY_ENEMIES]
|
||||
enemies[L] += MONKEY_HATRED_AMOUNT
|
||||
enemies[WEAKREF(L)] += MONKEY_HATRED_AMOUNT
|
||||
|
||||
/datum/ai_controller/monkey/proc/on_attackby(datum/source, obj/item/I, mob/user)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
Reference in New Issue
Block a user