This commit is contained in:
SinTwo
2015-12-16 17:36:48 -05:00
parent a1a286cccb
commit 41dcee7d0e
2 changed files with 14 additions and 5 deletions
+7 -1
View File
@@ -1137,7 +1137,13 @@ var/global/list/gear_datums = list()
/datum/gear/mil
display_name = "military jacket"
path = /obj/item/clothing/suit/storage/vest/miljacket
path = /obj/item/clothing/suit/storage/miljacket
cost = 2
slot = slot_wear_suit
/datum/gear/mil/alt
display_name = "military jacket, alt"
path = /obj/item/clothing/suit/storage/miljacket/alt
cost = 2
slot = slot_wear_suit
+7 -4
View File
@@ -355,14 +355,17 @@
icon_state = "puffervest"
item_state = "puffervest"
/obj/item/clothing/suit/storage/vest/miljacket //a horrid bastardization... but this is to reduce snowflake code.
/obj/item/clothing/suit/storage/miljacket
name = "military jacket"
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable."
icon_state = "militaryjacket_nobadge"
item_state = "militaryjacket_nobadge"
icon_badge = "militaryjacket_badge"
icon_nobadge = "militaryjacket_nobadge"
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0)
/obj/item/clothing/suit/storage/miljacket/alt
name = "military jacket"
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable."
icon_state = "militaryjacket_badge"
item_state = "militaryjacket_badge"
/obj/item/clothing/suit/storage/toggle/bomber
name = "bomber jacket"