Updated the Datum Component System and dcs signals handling (#19625)

Updated the Datum Component System and dcs signals handling
This commit is contained in:
Fluffy
2024-07-20 17:33:21 +00:00
committed by GitHub
parent c5b6e2ceb3
commit 947487ba62
19 changed files with 701 additions and 356 deletions
@@ -423,7 +423,7 @@
var/datum/component/armor/armor_component = H.GetComponent(/datum/component/armor)
if(armor_component)
armor_component.RemoveComponent()
qdel(armor_component)
H.organs = list()
H.internal_organs = list()