Merge pull request #14873 from Stokes52/motorcycle_jacket

Add new leather motorcycle jacket
This commit is contained in:
AffectedArc07
2020-11-13 21:52:33 +00:00
committed by GitHub
8 changed files with 21 additions and 0 deletions
@@ -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."