From bc1a52968346e2ba7863b6790e5768be358d8146 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 3 May 2014 11:40:20 -0400 Subject: [PATCH] Fixes for last two commits. --- code/modules/clothing/clothing.dm | 2 +- code/modules/clothing/spacesuits/rig.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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