From b24e66196fd2d4bd8a21f06a9424268577b2ee8d Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Mon, 30 May 2016 17:32:44 -0700 Subject: [PATCH] . --- code/modules/clothing/suits/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index bed8b928350..bbb755da22a 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -174,7 +174,7 @@ active = 0 src.icon_state = "reactiveoff" src.item_state = "reactiveoff" - reactivearmor_cooldown = world.time + reactivearmor_cooldown_duration + reactivearmor_cooldown = world.time + 200 ..() //When the wearer gets hit, this armor will teleport the user a short distance away (to safety or to more danger, no one knows. That's the fun of it!)