From a2cfc456c09f3fc32cd111fc1ea8cda0c0156aa0 Mon Sep 17 00:00:00 2001 From: Gamerofthegame Date: Wed, 27 Feb 2013 22:07:30 -0500 Subject: [PATCH] Removes Medical's random slowdown and faulty coding. --- code/modules/clothing/spacesuits/rig.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 65fac660b6a..1a76f91a817 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -124,8 +124,9 @@ icon_state = "rig-medical" name = "medical hardsuit" item_state = "medical_hardsuit" - allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/weapon/storage/firstaid,/obj/item/device/healthanalyzer,/obj/item/stack/medical,/obj/item/roller) - slowdown = 2.0 + allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/weapon/storage/firstaid,/obj/item/device/healthanalyzer,/obj/item/stack/medical) + + //Security /obj/item/clothing/head/helmet/space/rig/security name = "security hardsuit helmet"