mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Merge pull request #14873 from Stokes52/motorcycle_jacket
Add new leather motorcycle jacket
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user