Adds zippos and a skirt suit. (#10294)

This commit is contained in:
TheStryker
2020-10-22 17:21:02 +02: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")]"
@@ -21,6 +21,8 @@
zippolighters["bieselite zippo"] = /obj/item/flame/lighter/zippo/tcfl
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["asoral jet lighter"] = /obj/item/flame/lighter/zippo/asoral
gear_tweaks += new/datum/gear_tweak/path(zippolighters)
/datum/gear/smoking/lighter
@@ -85,6 +85,7 @@
suits["shiny black suit"] = /obj/item/clothing/under/lawyer/black
suits["tan suit"] = /obj/item/clothing/under/suit_jacket/tan
suits["white suit"] = /obj/item/clothing/under/suit_jacket/white
suits["nt skirtsuit"] = /obj/item/clothing/under/suit_jacket/nt_skirtsuit
gear_tweaks += new/datum/gear_tweak/path(suits)
/datum/gear/uniform/scrubs
@@ -189,6 +189,14 @@
item_state = "r_suit"
worn_state = "red_suit"
/obj/item/clothing/under/suit_jacket/nt_skirtsuit
name = "nanotrasen skirtsuit"
desc = "A black coat with an NT blue kerchief accompanied by a swept skirt with a tasteful blue stripe. Works for every occasion."
icon_state = "nt_skirtsuit"
item_state = "bl_suit"
worn_state = "nt_skirtsuit"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
/obj/item/clothing/under/kilt
name = "kilt"
desc = "Includes shoes and plaid"