Smacks the naughty artifact master

*moan

Liberates CI checks from that one runtime error we all love.
This commit is contained in:
Verkister
2023-04-06 20:19:26 +03:00
committed by GitHub
parent 63a59c18c7
commit c97d068c8c

View File

@@ -74,7 +74,7 @@
/datum/component/Destroy(force=FALSE, silent=FALSE)
if(!force && parent)
_RemoveFromParent()
if(!silent)
if(parent && !silent) //CHOMPEdit
SEND_SIGNAL(parent, COMSIG_COMPONENT_REMOVING, src)
parent = null
return ..()