diff --git a/code/modules/clothing/spacesuits/ert.dm b/code/modules/clothing/spacesuits/ert.dm index 5a28c338533..b8c4c7e86f0 100644 --- a/code/modules/clothing/spacesuits/ert.dm +++ b/code/modules/clothing/spacesuits/ert.dm @@ -262,35 +262,35 @@ // Solgov - /obj/item/clothing/head/helmet/space/hardsuit/ert/solgov name = "\improper Trans-Solar Federation Specops Marine helmet" max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT - desc = "A helmet worn by marines of the Trans-Solar Federation. Has blue highlights. Armoured, space ready, and fire resistant." + desc = "A helmet worn by marines of the Trans-Solar Federation. Armored, space ready, and fireproof." icon_state = "hardsuit0-solgovmarine" item_state = "hardsuit0-solgovmarine" item_color = "solgovmarine" - armor = list("melee" = 35, "bullet" = 60, "laser" = 20, "energy" = 10, "bomb" = 25, "bio" = 100, "rad" = 50, "fire" = 100, "acid" = 100) + armor = list("melee" = 35, "bullet" = 60, "laser" = 15, "energy" = 10, "bomb" = 25, "bio" = 100, "rad" = 50, "fire" = 100, "acid" = 100) /obj/item/clothing/suit/space/hardsuit/ert/solgov name = "\improper Trans-Solar Federation Specops Marine hardsuit" max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT - desc = "A suit worn by marines of the Trans-Solar Federation. Has blue highlights. Armoured, space ready, and fire resistant." + desc = "A suit worn by marines of the Trans-Solar Federation. Armored, space ready, and fireproof." icon_state = "ert_solgov_marine" item_state = "ert_solgov_marine" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/solgov - armor = list("melee" = 35, "bullet" = 60, "laser" = 20, "energy" = 10, "bomb" = 25, "bio" = 100, "rad" = 50, "fire" = 100, "acid" = 100) + slowdown = 0 + armor = list("melee" = 35, "bullet" = 60, "laser" = 15, "energy" = 10, "bomb" = 25, "bio" = 100, "rad" = 50, "fire" = 100, "acid" = 100) /obj/item/clothing/head/helmet/space/hardsuit/ert/solgov/command name = "\improper Trans-Solar Federation Specops Lieutenant helmet" - desc = "A helmet worn by Lieutenants of the Trans-Solar Federation Marines. Has gold highlights. Armoured, space ready, and fire resistant." + desc = "A helmet worn by Lieutenants of the Trans-Solar Federation Marines. Has gold highlights to denote the wearer's rank. Armored, space ready, and fireproof." icon_state = "hardsuit0-solgovcommand" item_state = "hardsuit0-solgovcommand" item_color = "solgovcommand" /obj/item/clothing/suit/space/hardsuit/ert/solgov/command name = "\improper Trans-Solar Federation Specops Lieutenant hardsuit" - desc = "A suit worn by Lieutenants of the Trans-Solar Federation Marines. Has gold highlights. Armoured, space ready, and fire resistant." + desc = "A suit worn by Lieutenants of the Trans-Solar Federation Marines. Has gold highlights to denote the wearer's rank. Armored, space ready, and fireproof." icon_state = "ert_solgov_command" item_state = "ert_solgov_command" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/solgov/command diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 7e416a66006..b2febd8aa78 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 275dc592e5c..61a1003db98 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 9966e63b071..c1228bee4c3 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 809493c3565..674c20510cf 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ