Update held item sprite for lighter lit status

This commit is contained in:
Dan Porter
2023-08-29 20:08:08 +01:00
committed by Daniel Porter
parent b65e33f7c8
commit 4a36eafd9e
@@ -119,6 +119,10 @@
icon_state = "[initial(icon_state)][lit ? "-on" : ""]"
return ..()
/obj/item/lighter/update_overlays()
item_state = "[initial(item_state)][lit ? "-on" : ""]"
return ..()
// Zippo lighters
/obj/item/lighter/zippo
name = "zippo lighter"