mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user