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:
tralezab
2021-09-18 22:10:20 +01:00
committed by GitHub
parent 9e72e7af24
commit 79f6030eba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)