mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
moves obj_integrity and associated procs to the atom level (#61183)
This commit is contained in:
@@ -379,7 +379,7 @@
|
||||
RegisterSignal(soul, COMSIG_LIVING_RESIST, .proc/on_resist)
|
||||
RegisterSignal(soul, COMSIG_MOB_ATTACK_RANGED, .proc/on_attack)
|
||||
RegisterSignal(soul, COMSIG_MOB_ATTACK_RANGED_SECONDARY, .proc/on_secondary_attack)
|
||||
RegisterSignal(src, COMSIG_OBJ_INTEGRITY_CHANGED, .proc/on_integrity_change)
|
||||
RegisterSignal(src, COMSIG_ATOM_INTEGRITY_CHANGED, .proc/on_integrity_change)
|
||||
|
||||
/obj/item/soulscythe/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user