Merge pull request #1412 from VarkaSelyn/vs-newsuitsagain
Voidsuits & Jackets, Round 3
@@ -1136,8 +1136,8 @@
|
||||
suit.name = "exploration voidsuit"
|
||||
suit.icon_state = "void_explorer"
|
||||
suit.item_state = "void_explorer"
|
||||
suit.item_state_slots[slot_r_hand_str] = "wiz_voidsuit"
|
||||
suit.item_state_slots[slot_l_hand_str] = "wiz_voidsuit"
|
||||
suit.item_state_slots[slot_r_hand_str] = "skrell_suit_black"
|
||||
suit.item_state_slots[slot_l_hand_str] = "skrell_suit_black"
|
||||
if("Old Exploration")
|
||||
if(helmet)
|
||||
helmet.name = "exploration voidsuit helmet"
|
||||
@@ -1147,8 +1147,8 @@
|
||||
suit.name = "exploration voidsuit"
|
||||
suit.icon_state = "void_explorer2"
|
||||
suit.item_state = "void_explorer2"
|
||||
suit.item_state_slots[slot_r_hand_str] = "wiz_voidsuit"
|
||||
suit.item_state_slots[slot_l_hand_str] = "wiz_voidsuit"
|
||||
suit.item_state_slots[slot_r_hand_str] = "skrell_suit_black"
|
||||
suit.item_state_slots[slot_l_hand_str] = "skrell_suit_black"
|
||||
if("Pilot")
|
||||
if(helmet)
|
||||
helmet.name = "pilot voidsuit helmet"
|
||||
|
||||
@@ -425,6 +425,13 @@ obj/item/clothing/suit/storage/toggle/peacoat
|
||||
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/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."
|
||||
icon_state = "militaryjacket_white"
|
||||
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/toggle/bomber
|
||||
name = "bomber jacket"
|
||||
desc = "A thick, well-worn WW2 leather bomber jacket."
|
||||
|
||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 356 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |