mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
Fixes personal shield icons (#9105)
This commit is contained in:
@@ -57,11 +57,11 @@
|
||||
|
||||
/obj/item/device/personal_shield/update_icon()
|
||||
if(uses && shield)
|
||||
icon_state = "[icon_state]_on"
|
||||
item_state = "[icon_state]_on"
|
||||
icon_state = "[initial(icon_state)]_on"
|
||||
item_state = "[initial(item_state)]_on"
|
||||
else
|
||||
icon_state = "[icon_state]"
|
||||
item_state = "[icon_state]"
|
||||
icon_state = "[initial(icon_state)]"
|
||||
item_state = "[initial(item_state)]"
|
||||
|
||||
/obj/item/device/personal_shield/Destroy()
|
||||
dissipate()
|
||||
|
||||
Reference in New Issue
Block a user