mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00: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
|
||||
Reference in New Issue
Block a user