mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Post Sparring Sect Merge MISTAKE (#61527)
I forgot to push one last review, without it there will be like 2 runtimes but no real problem gamewise
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
ADD_TRAIT(parent, TRAIT_UNBREAKABLE, INNATE_TRAIT)
|
||||
|
||||
/datum/component/unbreakable/Destroy(force, silent)
|
||||
. = ..()
|
||||
REMOVE_TRAIT(parent, TRAIT_UNBREAKABLE, INNATE_TRAIT)
|
||||
return ..()
|
||||
|
||||
/datum/component/unbreakable/RegisterWithParent()
|
||||
RegisterSignal(parent, COMSIG_MOB_STATCHANGE, .proc/surge)
|
||||
|
||||
Reference in New Issue
Block a user