Merge pull request #35 from Azarak/master
Clothing fixes + Adds durathread winter coat
@@ -624,3 +624,18 @@
|
|||||||
w_class = WEIGHT_CLASS_TINY
|
w_class = WEIGHT_CLASS_TINY
|
||||||
flags_inv = HIDEGLOVES|HIDEEARS|HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
|
flags_inv = HIDEGLOVES|HIDEEARS|HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
|
||||||
alternate_worn_layer = UNDER_HEAD_LAYER
|
alternate_worn_layer = UNDER_HEAD_LAYER
|
||||||
|
|
||||||
|
/obj/item/clothing/suit/hooded/wintercoat/durathread
|
||||||
|
name = "durathread winter coat"
|
||||||
|
desc = "The one coat to rule them all. Extremely durable while providing the utmost comfort."
|
||||||
|
icon_state = "coatdurathread"
|
||||||
|
item_state = "coatdurathread"
|
||||||
|
armor = list("melee" = 40, "bullet" = 25, "laser" = 25, "energy" = 25, "bomb" = 50, "bio" = 50, "rad" = 50, "fire" = 50, "acid" = 50)
|
||||||
|
hoodtype = /obj/item/clothing/head/hooded/winterhood/durathread
|
||||||
|
|
||||||
|
/obj/item/clothing/suit/hooded/wintercoat/durathread/Initialize()
|
||||||
|
. = ..()
|
||||||
|
allowed = GLOB.security_wintercoat_allowed
|
||||||
|
|
||||||
|
/obj/item/clothing/head/hooded/winterhood/durathread
|
||||||
|
icon_state = "winterhood_durathread"
|
||||||
@@ -711,19 +711,10 @@
|
|||||||
item_color = "durathread"
|
item_color = "durathread"
|
||||||
can_adjust = FALSE
|
can_adjust = FALSE
|
||||||
armor = list("melee" = 10, "laser" = 10, "fire" = 40, "acid" = 10, "bomb" = 5)
|
armor = list("melee" = 10, "laser" = 10, "fire" = 40, "acid" = 10, "bomb" = 5)
|
||||||
|
|
||||||
/obj/item/clothing/under/gear_harness
|
/obj/item/clothing/under/gear_harness
|
||||||
name = "gear harness"
|
name = "gear harness"
|
||||||
desc = "A simple, inconspicuous harness replacement for a jumpsuit."
|
desc = "A simple, inconspicuous harness replacement for a jumpsuit."
|
||||||
icon_state = "gear_harness"
|
icon_state = "gear_harness"
|
||||||
item_state = "gear_harness" //We dont use golem do to being a item, item without faces making it default to error suit sprites.
|
item_state = "gear_harness" //We dont use golem do to being a item, item without faces making it default to error suit sprites.
|
||||||
body_parts_covered = CHEST|GROIN
|
body_parts_covered = CHEST|GROIN
|
||||||
|
|
||||||
/obj/item/clothing/under/durathread
|
|
||||||
name = "durathread jumpsuit"
|
|
||||||
desc = "A jumpsuit made from durathread, its resilient fibres provide some protection to the wearer."
|
|
||||||
icon_state = "durathread"
|
|
||||||
item_state = "durathread"
|
|
||||||
item_color = "durathread"
|
|
||||||
can_adjust = FALSE
|
|
||||||
armor = list("melee" = 10, "laser" = 10, "fire" = 40, "acid" = 10, "bomb" = 5)
|
|
||||||
@@ -936,3 +936,11 @@
|
|||||||
time = 50
|
time = 50
|
||||||
category = CAT_CLOTHING
|
category = CAT_CLOTHING
|
||||||
|
|
||||||
|
/datum/crafting_recipe/durathread_wintercoat
|
||||||
|
name = "Durathread Winter Coat"
|
||||||
|
result = /obj/item/clothing/suit/hooded/wintercoat/durathread
|
||||||
|
reqs = list(/obj/item/stack/sheet/durathread = 12,
|
||||||
|
/obj/item/stack/sheet/leather = 10)
|
||||||
|
time = 70
|
||||||
|
category = CAT_CLOTHING
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 175 KiB |
|
Before Width: | Height: | Size: 347 KiB After Width: | Height: | Size: 349 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 367 KiB After Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 320 KiB |