From 445e8c5657401b07c917c6c0eb7eec09613c7293 Mon Sep 17 00:00:00 2001 From: CosmicScientist Date: Sat, 8 Aug 2015 16:01:39 +0100 Subject: [PATCH] Update miscellaneous.dm Adds to the hardsuit description to tell of its melee incapability. --- code/modules/clothing/spacesuits/miscellaneous.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index f575f430906..71f6d7058f7 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -267,10 +267,10 @@ Contains: /obj/item/clothing/suit/space/hardsuit/carp name = "carp space suit" - desc = "A slimming piece of dubious space carp technology." + desc = "A slimming piece of dubious space carp technology, you suspect it won't stand up to hand-to-hand blows." icon_state = "carp_suit" item_state = "space_suit_syndicate" slowdown = 0 //Space carp magic, never stop believing armor = list(melee = -20, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 100, rad = 75) //As whimpy whimpy whoo allowed = list(/obj/item/weapon/tank/internals, /obj/item/weapon/gun/projectile/automatic/speargun) //I'm giving you a hint here - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/carp \ No newline at end of file + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/carp