mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
Removed Useless Iconstate Code In Bodycams (#12355)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user