mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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")]"
|
||||
|
||||
Reference in New Issue
Block a user