Merge pull request #11841 from Citadel-Station-13/Ghommie-patch-4

Hardsuit helmet peeve.
This commit is contained in:
Lin
2020-04-14 18:37:31 +00:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@
/obj/item/clothing/head/helmet/space/hardsuit/attack_self(mob/user)
on = !on
user.update_inv_head() //so our mob-overlays update
update_icon() //the mob overlay update is already done by the update_icon_updates_onmob element.
if(on)
set_light(brightness_on)
else