mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Adds a NanoTrasen and Fisanduhian Zippo Lighter (#11719)
This commit is contained in:
@@ -777,6 +777,25 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
flame_light_color = LIGHT_COLOR_BLUE
|
||||
flame_light_range = 2
|
||||
|
||||
/obj/item/flame/lighter/zippo/nt
|
||||
name = "\improper NanoTrasen Zippo lighter"
|
||||
desc = "A zippo lighter with a depiction of NanoTrasen's iconic logo."
|
||||
icon_state = "ntzippo"
|
||||
item_state = "ntzippo"
|
||||
|
||||
/obj/item/flame/lighter/zippo/fisanduh
|
||||
name = "\improper Fisanduhian Zippo lighter"
|
||||
desc = "A zippo with a depiction of the flag of the Confederate States of Fisanduh. This is a well crafted model that burns brighter and hotter than \
|
||||
the usual lighter."
|
||||
desc_fluff = "On Moroz it's rather hard to find a Confederate without at least some manner of lighter on their person. Fisanduhians don't \
|
||||
smoke anymore than the rest of Moroz does, instead they prize these lighters for their utility. From burning loose thread to lighting a \
|
||||
molotov and more. A common adage is that the fire of Fisanduh burns brighter than Dominia's, which seems to be true for their lighters at least. \
|
||||
These have found purchase throughout the Spur due to their reliability and impressive capability to light up various things, causing a \
|
||||
competition of sorts to arise with Fisanduhian and Himean producers over the best quality lighter."
|
||||
icon_state = "fisanduhzippo"
|
||||
item_state = "fisanduhzippo"
|
||||
flame_light_range = 2
|
||||
|
||||
/obj/item/flame/lighter/random/Initialize()
|
||||
. = ..()
|
||||
icon_state = "lighter-[pick("r","c","y","g")]"
|
||||
|
||||
@@ -11,11 +11,13 @@
|
||||
..()
|
||||
var/zippolighters = list()
|
||||
zippolighters["regular zippo"] = /obj/item/flame/lighter/zippo
|
||||
zippolighters["nanotrasen zippo"] = /obj/item/flame/lighter/zippo/nt
|
||||
zippolighters["black zippo"] = /obj/item/flame/lighter/zippo/black
|
||||
zippolighters["black cross zippo"] = /obj/item/flame/lighter/zippo/black/cross
|
||||
zippolighters["golden zippo"] = /obj/item/flame/lighter/zippo/gold
|
||||
zippolighters["royal zippo"] = /obj/item/flame/lighter/zippo/royal
|
||||
zippolighters["dominian zippo"] = /obj/item/flame/lighter/zippo/dominia
|
||||
zippolighters["fisanduhian zippo"] = /obj/item/flame/lighter/zippo/fisanduh
|
||||
zippolighters["coalition zippo"] = /obj/item/flame/lighter/zippo/coalition
|
||||
zippolighters["solarian zippo"] = /obj/item/flame/lighter/zippo/sol
|
||||
zippolighters["bieselite zippo"] = /obj/item/flame/lighter/zippo/tcfl
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: WickedCybs
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added a NanoTrasen and Fisanduhian zippo lighter to the game. You can find these in the zippo selection in the loadout menu."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user