Adds a Luceian Zippo Lighter (#11971)

This commit is contained in:
WickedCybs
2021-05-31 12:44:21 +02:00
committed by GitHub
parent 88c03a04c7
commit eff4e8cb92
7 changed files with 21 additions and 0 deletions
@@ -796,6 +796,17 @@ CIGARETTE PACKETS ARE IN FANCY.DM
item_state = "fisanduhzippo"
flame_light_range = 2
/obj/item/flame/lighter/zippo/luceian
name = "\improper Luceian Zippo lighter"
desc = "A bright zippo lighter with the all-seeing eye of Ennoia on its front. Clearly Luceian."
desc_fluff = "Luceian lighters, sometimes referred to as “Ennoic Fires,” are commonly carried by Assunzionii as an emergency light \
source. A genuine lighter in the Luceian tradition will have a proving mark stamped upon its base that shows when and where it was \
blessed following its construction."
icon_state = "luceianzippo"
item_state = "luceianzippo"
flame_light_color = LIGHT_COLOR_WHITE
flame_light_range = 2
/obj/item/flame/lighter/random/Initialize()
. = ..()
icon_state = "lighter-[pick("r","c","y","g")]"