Merge pull request #14429 from TDSSS/ert-camera-fix

Removes ert suit runtime
This commit is contained in:
AffectedArc07
2020-09-25 09:53:38 +01:00
committed by GitHub
+4 -3
View File
@@ -17,9 +17,10 @@
)
/obj/item/clothing/head/helmet/space/hardsuit/ert/Initialize()
var/mob/living/carbon/human/wearer = loc.loc //loc is the hardsuit, so its loc is the wearer
if(ishuman(wearer))
register_camera(wearer)
if(loc)
var/mob/living/carbon/human/wearer = loc.loc //loc is the hardsuit, so its loc is the wearer
if(ishuman(wearer))
register_camera(wearer)
..()
/obj/item/clothing/head/helmet/space/hardsuit/ert/attack_self(mob/user)