mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01: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()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed personal shield sprites vanishing after turning it on and off."
|
||||
Reference in New Issue
Block a user