Update hardsuit.dm

This commit is contained in:
Ghom
2020-04-13 15:02:01 +02:00
committed by GitHub
parent 873e67f79c
commit 5765ceb316
+1 -2
View File
@@ -30,8 +30,7 @@
/obj/item/clothing/head/helmet/space/hardsuit/attack_self(mob/user)
on = !on
update_icon()
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