Adds zippos and a skirt suit. (#10294)

This commit is contained in:
TheStryker
2020-10-22 23:21:02 +08:00
committed by GitHub
parent e3af6618d8
commit 0ad062dcb4
10 changed files with 33 additions and 0 deletions
@@ -754,6 +754,23 @@ CIGARETTE PACKETS ARE IN FANCY.DM
item_state = "europazippo"
flame_light_power = 1
/obj/item/flame/lighter/zippo/gadpathur
name = "\improper Gadpathurian Zippo lighter"
desc = "A zippo lighter with a depiction of the flag of the United Planetary Defense Council of Gadpathur. The nozzle seems to be especially small in order to produce a weaker and dimmer flame."
desc_fluff = "Owing to the relative poverty of Gadpathur and the ever-present need for gasmasks, smoking is a rare habit on the planet. Still, Gadpathurians who choose to smoke typically keep lighters with smaller nozzles, both to reduce light and thus attention in the confines of a bunker and to conserve on fuel which too is hoarded for their endless war preparations. The Gadpathurian flag emblazoned on the side of the lighter is not a common feature, with most Gadpathurians who stay on the planet preferring to place a symbol of their cadre in its stead."
icon_state = "gadpathurzippo"
item_state = "gadpathurzippo"
flame_light_power = 1
/obj/item/flame/lighter/zippo/asoral
name = "\improper Asoral jet lighter"
desc = "A thin lighter made from a heat-resistant polymer and a nozzle that wouldn't be out of place on a jet. While it might bear the logo of the Asoral Orbital and Suborbital Racing network on it, it utilizes advanced fuel from Xanu Prime which burns hotter, causing a blue flame."
desc_fluff = "The Asoral jet lighter began as a publicity stunt by a few intrepid engineers looking to recycle old and underperforming racing probe engines. Although that particular plan ended in disaster, the Asoral Racing network ended up loving the concept and adopting a smaller and safer version of the lighter as a form of advertising. In a pinch, lighters such as these are known to serve as replacement igniters for racers' engines. Until recently, they were produced with a plume similar to that of an afterburner before the merger of Crosk's racing networks with those of Xanu Prime."
icon_state = "lighter-asoral"
item_state = "lighter-asoral"
flame_light_color = LIGHT_COLOR_BLUE
flame_light_range = 2
/obj/item/flame/lighter/random/Initialize()
. = ..()
icon_state = "lighter-[pick("r","c","y","g")]"