diff --git a/nsv13/code/modules/clothing/custom_clothes.dm b/nsv13/code/modules/clothing/custom_clothes.dm index 13509b97ee5..f500bc1238f 100644 --- a/nsv13/code/modules/clothing/custom_clothes.dm +++ b/nsv13/code/modules/clothing/custom_clothes.dm @@ -514,12 +514,12 @@ /obj/item/clothing/head/helmet/space/hardsuit/master_at_arms name = "Master-At-Arm's Bombsuit Helmet" desc = "Use in case of bomb." - icon = 'nsv13/icons/obj/clothing/hats.dmi' //Placeholder subtype for our own iconsets + icon = 'nsv13/icons/obj/clothing/hats.dmi' worn_icon = 'nsv13/icons/mob/head.dmi' icon_state = "hardsuit0_maa_bombsuit" item_state = "maa_bombsuit" worn_icon_state = "maa_bombsuit" - armor = list("melee" = 25, "bullet" = 15, "laser" = 20,"energy" = 10, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 85, "acid" = 50) + armor = list("melee" = 20, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 80, "acid" = 65, "stamina" = 10) min_cold_protection_temperature = EMERGENCY_HELM_MIN_TEMP_PROTECT /obj/item/clothing/suit/space/hardsuit/master_at_arms @@ -529,9 +529,9 @@ worn_icon = 'nsv13/icons/mob/suit.dmi' icon_state = "maa_bombsuit" item_state = "maa_bombsuit" - armor = list("melee" = 25, "bullet" = 15, "laser" = 20,"energy" = 10, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 85, "acid" = 50) + armor = list("melee" = 20, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 100, "bio" = 100, "rad" = 50, "fire" = 80, "acid" = 65, "stamina" = 10) min_cold_protection_temperature = EMERGENCY_SUIT_MIN_TEMP_PROTECT - slowdown = 2 + slowdown = 1.75 permeability_coefficient = 0.01 helmettype = /obj/item/clothing/head/helmet/space/hardsuit/master_at_arms diff --git a/nsv13/icons/mob/head.dmi b/nsv13/icons/mob/head.dmi index 6e2d2ecaf9f..bf15fd10621 100644 Binary files a/nsv13/icons/mob/head.dmi and b/nsv13/icons/mob/head.dmi differ diff --git a/nsv13/icons/mob/suit.dmi b/nsv13/icons/mob/suit.dmi index cea84ef18c2..52bc03b5633 100644 Binary files a/nsv13/icons/mob/suit.dmi and b/nsv13/icons/mob/suit.dmi differ diff --git a/nsv13/icons/obj/clothing/hats.dmi b/nsv13/icons/obj/clothing/hats.dmi index 95ac354857a..42f0bb8a8c6 100644 Binary files a/nsv13/icons/obj/clothing/hats.dmi and b/nsv13/icons/obj/clothing/hats.dmi differ diff --git a/nsv13/icons/obj/clothing/suits.dmi b/nsv13/icons/obj/clothing/suits.dmi index 7de9dbe3f13..6fb02d5fa0a 100644 Binary files a/nsv13/icons/obj/clothing/suits.dmi and b/nsv13/icons/obj/clothing/suits.dmi differ