mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Updated the Datum Component System and dcs signals handling (#19625)
Updated the Datum Component System and dcs signals handling
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
/singleton/origin_item/origin/gadpathur/on_remove(mob/living/carbon/human/H)
|
||||
. = ..()
|
||||
var/datum/component/armor/armor_component = H.GetComponent(/datum/component/armor)
|
||||
armor_component?.RemoveComponent()
|
||||
qdel(armor_component)
|
||||
|
||||
/singleton/origin_item/origin/gadpathur_exile
|
||||
name = "Gadpathurian Exile"
|
||||
@@ -89,7 +89,7 @@
|
||||
/singleton/origin_item/origin/gadpathur_exile/on_remove(mob/living/carbon/human/H)
|
||||
. = ..()
|
||||
var/datum/component/armor/armor_component = H.GetComponent(/datum/component/armor)
|
||||
armor_component?.RemoveComponent()
|
||||
qdel(armor_component)
|
||||
|
||||
/singleton/origin_item/origin/assunzione
|
||||
name = "Republic of Assunzione"
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
/singleton/origin_item/origin/queendom/on_remove(mob/living/carbon/human/H)
|
||||
. = ..()
|
||||
var/datum/component/armor/armor_component = H.GetComponent(/datum/component/armor)
|
||||
armor_component.RemoveComponent()
|
||||
qdel(armor_component)
|
||||
|
||||
@@ -69,4 +69,4 @@
|
||||
/singleton/origin_item/origin/wastelander/on_remove(mob/living/carbon/human/H)
|
||||
. = ..()
|
||||
var/datum/component/armor/armor_component = H.GetComponent(/datum/component/armor)
|
||||
armor_component.RemoveComponent()
|
||||
qdel(armor_component)
|
||||
|
||||
Reference in New Issue
Block a user