Removed Useless Iconstate Code In Bodycams (#12355)

This commit is contained in:
Will
2026-02-03 19:44:50 +01:00
committed by GitHub
parent 3c8a97fd87
commit fcc65860a4
@@ -321,12 +321,6 @@
/obj/item/clothing/accessory/bodycam/update_icon()
..()
if(bcamera.status)
icon_state = "eshield"
item_state = "eshield"
else
icon_state = "eshield"
item_state = "eshield"
var/mob/living/carbon/human/H = loc
if(istype(H))
H.update_inv_r_hand()