diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index f29be70ed1f..b670d1a2956 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -206,7 +206,7 @@ BLIND // can't see anything /obj/item/clothing/suit/space name = "Space suit" - desc = "A suit that protects against low pressure environments. Has a \"NSS EXODUS\" written in big block letters on the back." + desc = "A suit that protects against low pressure environments. \"NSS EXODUS\" is written in large block letters on the back." icon_state = "space" item_state = "s_suit" w_class = 4//bulky item diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 1876d70d03a..9a527b32135 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -82,7 +82,7 @@ name = "mining hardsuit" desc = "A special suit that protects against hazardous, low pressure environments. Has reinforced plating." item_state = "mining_hardsuit" - armor = list(melee = 50, bullet = 5, laser = 20,energy = 5, bomb = 55, bio = 100, rad = 80) + armor = list(melee = 50, bullet = 5, laser = 20,energy = 5, bomb = 55, bio = 100, rad = 20) //Syndicate rig