mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixed a runtime error with the new gadpathur origin item (#18960)
Fixed a runtime error with the new gadpathur origin item
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()
|
||||
armor_component?.RemoveComponent()
|
||||
|
||||
/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()
|
||||
armor_component?.RemoveComponent()
|
||||
|
||||
/singleton/origin_item/origin/assunzione
|
||||
name = "Republic of Assunzione"
|
||||
|
||||
Reference in New Issue
Block a user