Merge pull request #6924 from mwerezak/leather-jackers

Adds two new leather jacket items as custom loadout gear.
This commit is contained in:
Chinsky
2014-11-03 05:20:39 +03:00
4 changed files with 27 additions and 1 deletions
+12
View File
@@ -455,6 +455,18 @@ var/global/list/gear_datums = list()
cost = 4
slot = slot_wear_suit
/datum/gear/leather_jacket
display_name = "leather jacket"
path = /obj/item/clothing/suit/storage/leather_jacket
cost = 3
slot = slot_wear_suit
/datum/gear/leather_jacket
display_name = "leather jacket, NanoTrasen"
path = /obj/item/clothing/suit/storage/leather_jacket/nanotrasen
cost = 3
slot = slot_wear_suit
/datum/gear/unathi_mantle
display_name = "hide mantle (Unathi)"
path = /obj/item/clothing/suit/unathi/mantle
+15 -1
View File
@@ -380,7 +380,7 @@
/obj/item/clothing/suit/storage/bomber
name = "bomber jacker"
desc = "A well-worn WW2 leather bomber jacket."
desc = "A thick, well-worn WW2 leather bomber jacket."
icon_state = "bomber"
item_state = "bomber"
flags = FPRINT | TABLEPASS
@@ -388,3 +388,17 @@
cold_protection = UPPER_TORSO|ARMS
min_cold_protection_temperature = T0C - 20
siemens_coefficient = 0.7
/obj/item/clothing/suit/storage/leather_jacket
name = "leather jacket"
desc = "A black leather coat."
icon_state = "leather_jacket"
item_state = "leather_jacket"
body_parts_covered = UPPER_TORSO|ARMS
/obj/item/clothing/suit/storage/leather_jacket/nanotrasen
name = "leather jacket"
desc = "A black leather coat. The letters NT are proudly displayed on the back."
icon_state = "leather_jacket_nt"
item_state = "leather_jacket_nt"
body_parts_covered = UPPER_TORSO|ARMS
Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB