mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Adds a Luceian Zippo Lighter (#11971)
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
#define LIGHT_COLOR_PURPLE "#A97FAA" //Soft purple. rgb(169, 127, 170)
|
||||
#define LIGHT_COLOR_VIOLET "#B43CB8" //Deep purple. rgb(180, 60, 184)
|
||||
#define LIGHT_COLOR_SCARLET "#E85656" //Light red. rgb(232, 86, 86)
|
||||
#define LIGHT_COLOR_WHITE "#FFFFFF" //White. rgb(255, 255, 255)
|
||||
|
||||
//These ones aren't a direct colour like the ones above, because nothing would fit
|
||||
#define LIGHT_COLOR_FIRE "#FAA019" //Warm orange color, leaning strongly towards yellow. rgb(250, 160, 25)
|
||||
|
||||
@@ -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")]"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
zippolighters["himeo zippo"] = /obj/item/flame/lighter/zippo/himeo
|
||||
zippolighters["europan zippo"] = /obj/item/flame/lighter/zippo/europa
|
||||
zippolighters["gadpathurian zippo"] = /obj/item/flame/lighter/zippo/gadpathur
|
||||
zippolighters["luceian zippo"] = /obj/item/flame/lighter/zippo/luceian
|
||||
zippolighters["asoral jet lighter"] = /obj/item/flame/lighter/zippo/asoral
|
||||
gear_tweaks += new/datum/gear_tweak/path(zippolighters)
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
author: WickedCybs, Schwann
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added a Luceian Zippo to the Zippo lighter selection. Now you can ruin your lungs while maintaining your faith."
|
||||
- tweak: "Added a define for bright white light."
|
||||
- tweak: "Tweaked the lit Fisanduhian zippo sprite."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user