mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Update held item sprite for lighter lit status
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user