Adds Europan clothes. (#9873)

This commit is contained in:
TheStryker
2020-09-10 02:01:08 +02:00
committed by GitHub
parent 2f5be5e438
commit df9d1353ba
11 changed files with 28 additions and 1 deletions
@@ -263,3 +263,8 @@
display_name = "shoulder sleeve patch"
path = /obj/item/clothing/accessory/sleevepatch
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/accessory/whalebone
display_name = "europan bone charm"
path = /obj/item/clothing/accessory/whalebone
flags = GEAR_HAS_DESC_SELECTION
@@ -20,6 +20,7 @@
zippolighters["solarian zippo"] = /obj/item/flame/lighter/zippo/sol
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
gear_tweaks += new/datum/gear_tweak/path(zippolighters)
/datum/gear/smoking/lighter
@@ -325,4 +325,4 @@
/datum/gear/suit/submariner
display_name = "submariner jacket"
path = /obj/item/clothing/suit/storage/toggle/overlay/submariner
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
+8
View File
@@ -0,0 +1,8 @@
/obj/item/clothing/accessory/whalebone
name = "Europan bone charm"
desc = "A common Europan superstition, bone charms made from native sea creatures are often carried as a good luck charm."
desc_fluff = "Europan bone charms will generally have wards, runes, or other text carved into them by their original crafter. Poorly-made bone charms, or those crafted from the bones of a batshark, are considered to be extremely unlucky and are typically unceremoniously disposed of. Most bone charms are made using the remains of Europan bone whales."
icon = 'icons/clothing/accessories/europa_whalebone.dmi'
icon_state = "europa_whalebone"
item_state = "europa_whalebone"
contained_sprite = TRUE