Adds a Nralakk Federation zippo lighter (#19638)

Like the title says, adds a Nralakk flag zippo lighter at the request of
Skrell lore. Sprites by Dekser
This commit is contained in:
RustingWithYou
2024-07-25 13:20:15 +00:00
committed by GitHub
parent 44cef22318
commit 7d8f1658e0
6 changed files with 74 additions and 0 deletions
@@ -886,6 +886,21 @@ CIGARETTE PACKETS ARE IN FANCY.DM
icon_state = "sancolettezippo"
item_state = "sancolettezippo"
/obj/item/flame/lighter/zippo/nralakk
name = "\improper Nralakk Federation Zippo lighter"
desc = "An advanced zippo lighter depicting the flag of the Nralakk Federation."
desc_extended = "A stylish lighter using Skrell hover technology. Burns with a purple flame. With the growth of the Federation's tobacco industry, these lighters are a commonplace convenience for many Skrell both within Nralakk space and abroad.These lighters are also often carried by wulumunusha smokers, and are a particularly common sight among adherents of the Weishii faith."
icon_state = "nralakkzippo"
item_state = "nralakkzippo"
flame_light_color = LIGHT_COLOR_PURPLE
/obj/item/flame/lighter/zippo/nralakk/update_icon()
if(lit)
flick("[base_state]_turnon", src)
else
flick("[base_state]_turnoff", src)
return ..()
/obj/item/flame/lighter/random/Initialize()
. = ..()
icon_state = "lighter-[pick("r","c","y","g")]"