Fixes explorer shield light runtime spam

Hnngh.
This commit is contained in:
Verkister
2021-02-16 21:49:51 +02:00
committed by GitHub
parent fea2485af7
commit f0c93910b6
@@ -65,7 +65,6 @@
light_applied = 0
update_icon(user)
user.update_action_buttons()
light = !light
playsound(src, 'sound/weapons/empty.ogg', 15, 1, -3)
/obj/item/weapon/shield/riot/explorer/update_icon()
@@ -92,4 +91,4 @@
if(on)
icon_state = "explorer_shield_P_lighted"
else
icon_state = "explorer_shield_P"
icon_state = "explorer_shield_P"