Update hardsuit.dm

This commit is contained in:
Ghom
2020-04-13 14:57:47 +02:00
committed by GitHub
parent affac4d907
commit 873e67f79c

View File

@@ -30,6 +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
if(on)
set_light(brightness_on)