mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Patchless Military Jackets (#16114)
* void undersuit tweaks * Update eva_bodysuits.dm * Revert "Update eva_bodysuits.dm" This reverts commit6f7acb6adf. * military jacket tweaks * Revert "Merge branch 'kk-fashion' of https://github.com/KillianKirilenko/VOREStation into kk-fashion" This reverts commitccc1470eb9, reversing changes made to92da6db226. * fix sprites * fixed files getting eaten HATE. LET ME TELL YOU HOW MUCH I'VE COME TO HATE GITHUB.
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
|
||||
/datum/gear/suit/mil
|
||||
display_name = "military jacket selection"
|
||||
description = "Pick from a modest range of military surplus jackets. They even have some pocket space!"
|
||||
path = /obj/item/clothing/suit/storage/miljacket
|
||||
|
||||
/datum/gear/suit/mil/New()
|
||||
|
||||
@@ -534,6 +534,13 @@
|
||||
item_state_slots = list(slot_r_hand_str = "suit_olive", slot_l_hand_str = "suit_olive")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/patchless
|
||||
name = "military jacket, patchless"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. This one has had all patches and badges removed."
|
||||
icon_state = "militaryjacket_nopatch"
|
||||
item_state_slots = list(slot_r_hand_str = "suit_olive", slot_l_hand_str = "suit_olive")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/green
|
||||
name = "green military jacket"
|
||||
desc = "A dark but rather high-saturation green canvas jacket. Feels sturdy, yet comfortable."
|
||||
@@ -548,6 +555,11 @@
|
||||
item_state_slots = list(slot_r_hand_str = "suit_orange", slot_l_hand_str = "suit_orange")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/tan/patchless
|
||||
name = "tan military jacket, patchless"
|
||||
desc = "A canvas jacket styled after classical American military garb. The patches have been stripped off. By a sandstorm, perhaps."
|
||||
icon_state = "militaryjacket_tan_nopatch"
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/grey
|
||||
name = "grey military jacket"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. This one's in urban grey."
|
||||
@@ -555,6 +567,11 @@
|
||||
item_state_slots = list(slot_r_hand_str = "suit_grey", slot_l_hand_str = "suit_grey")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/grey/patchless
|
||||
name = "grey military jacket, patchless"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. Feels even greyer without the patches, somehow."
|
||||
icon_state = "militaryjacket_grey_nopatch"
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/navy
|
||||
name = "navy military jacket"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. Dark navy, this one is."
|
||||
@@ -562,6 +579,11 @@
|
||||
item_state_slots = list(slot_r_hand_str = "suit_navy", slot_l_hand_str = "suit_navy")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/navy/patchless
|
||||
name = "navy military jacket, patchless"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. All navy, no patches."
|
||||
icon_state = "militaryjacket_navy_nopatch"
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/black
|
||||
name = "black military jacket"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. Now in tactical black."
|
||||
@@ -569,6 +591,11 @@
|
||||
item_state_slots = list(slot_r_hand_str = "suit_black", slot_l_hand_str = "suit_black")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/black/patchless
|
||||
name = "black military jacket, patchless"
|
||||
desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. Tactical black, and tactfully patchless."
|
||||
icon_state = "militaryjacket_black_nopatch"
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/white
|
||||
name = "white military jacket"
|
||||
desc = "A white canvas jacket. Don't wear this for walks in the snow, it won't keep you warm - it'll just make it harder to find your frozen corpse."
|
||||
@@ -576,6 +603,11 @@
|
||||
item_state_slots = list(slot_r_hand_str = "med_dep_jacket", slot_l_hand_str = "med_dep_jacket")
|
||||
flags_inv = HIDEHOLSTER
|
||||
|
||||
/obj/item/clothing/suit/storage/miljacket/white/patchless
|
||||
name = "white military jacket, patchless"
|
||||
desc = "A canvas jacket styled after classical American military garb. Now with the patches removed, so they won't give you away in the frozen landscape."
|
||||
icon_state = "militaryjacket_white_nopatch"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/bomber
|
||||
name = "bomber jacket"
|
||||
desc = "A thick, well-worn WW2 leather bomber jacket."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 240 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 693 KiB After Width: | Height: | Size: 692 KiB |
Reference in New Issue
Block a user