Merge pull request #14873 from Stokes52/motorcycle_jacket
Add new leather motorcycle jacket
@@ -1862,6 +1862,7 @@
|
||||
/obj/item/clothing/under/redeveninggown = 1,
|
||||
/obj/item/clothing/under/blacktango = 1,
|
||||
/obj/item/clothing/suit/jacket = 3,
|
||||
/obj/item/clothing/suit/jacket/motojacket = 3,
|
||||
/obj/item/clothing/glasses/regular = 2,
|
||||
/obj/item/clothing/glasses/sunglasses_fake = 2,
|
||||
/obj/item/clothing/head/sombrero = 1,
|
||||
|
||||
@@ -71,6 +71,10 @@
|
||||
display_name = "leather jacket"
|
||||
path = /obj/item/clothing/suit/jacket/leather
|
||||
|
||||
/datum/gear/suit/motojacket
|
||||
display_name = "leather motorcycle jacket"
|
||||
path = /obj/item/clothing/suit/jacket/motojacket
|
||||
|
||||
/datum/gear/suit/br_tcoat
|
||||
display_name = "trenchcoat, brown"
|
||||
path = /obj/item/clothing/suit/browntrenchcoat
|
||||
|
||||
@@ -815,6 +815,22 @@
|
||||
adjust_flavour = null
|
||||
resistance_flags = NONE
|
||||
|
||||
/obj/item/clothing/suit/jacket/motojacket
|
||||
name = "leather motorcycle jacket"
|
||||
desc = "A vintage classic, loved by rockers, rebels, and punks alike."
|
||||
icon_state = "motojacket_open"
|
||||
item_state = "motojacket_open"
|
||||
ignore_suitadjust = FALSE
|
||||
suit_adjusted = TRUE
|
||||
actions_types = list(/datum/action/item_action/zipper)
|
||||
adjust_flavour = "unzip"
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/suit.dmi',
|
||||
"Drask" = 'icons/mob/species/drask/suit.dmi',
|
||||
"Grey" = 'icons/mob/species/grey/suit.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/suit/jacket/leather/overcoat
|
||||
name = "leather overcoat"
|
||||
desc = "That's a damn fine coat."
|
||||
|
||||
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 292 KiB |
|
Before Width: | Height: | Size: 507 KiB After Width: | Height: | Size: 508 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 147 KiB |