Merge pull request #6047 from Verkister/patch-44

Smacks the naughty artifact master
This commit is contained in:
Nadyr
2023-04-06 18:11:27 -04:00
committed by GitHub
+1 -1
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 ..()