Gives the leather jacket pockets (#8656)

This commit is contained in:
HouseOfSynth
2020-04-16 21:31:17 +01:00
committed by GitHub
parent a8b36dc5f2
commit 8be9259d45
3 changed files with 43 additions and 2 deletions
@@ -50,7 +50,7 @@
jackets["flannel jacket, yellow"] = /obj/item/clothing/suit/storage/toggle/flannel/yellow
jackets["black vest"] = /obj/item/clothing/suit/storage/toggle/leather_vest
jackets["brown vest"] = /obj/item/clothing/suit/storage/toggle/brown_jacket/sleeveless
jackets["leather coat"] = /obj/item/clothing/suit/leathercoat
jackets["leather coat"] = /obj/item/clothing/suit/storage/leathercoat
gear_tweaks += new/datum/gear_tweak/path(jackets)
+1 -1
View File
@@ -190,7 +190,7 @@
//coats
/obj/item/clothing/suit/leathercoat
/obj/item/clothing/suit/storage/leathercoat
name = "leather coat"
desc = "A long, thick black leather coat."
icon_state = "leathercoat_alt"