Fix item state of flashlights & cult mirror shield (#23211)

* Fix item state of flashlights & cult mirror shield

* update by request
This commit is contained in:
dj-34
2023-11-14 13:13:10 +00:00
committed by GitHub
parent 230cfe4226
commit 25c3980998
2 changed files with 7 additions and 0 deletions
@@ -175,6 +175,11 @@
..()
/obj/item/flashlight/flare/update_icon_state()
if(on)
item_state = "[initial(item_state)]-on"
else
item_state = "[initial(item_state)]"
if(!fuel)
icon_state = "[initial(icon_state)]-empty"
return