mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Adds Europan clothes. (#9873)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user