From ae0c91e8a207e87a118b2d00c74f90c2fac2a6d4 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Wed, 20 Mar 2013 10:25:38 -0300 Subject: [PATCH] Removed the stun of the electric chair. It was a 10 minute stun. It's open for discussion. --- code/game/objects/structures/electricchair.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/structures/electricchair.dm b/code/game/objects/structures/electricchair.dm index 200f0142979..7f2c9572533 100644 --- a/code/game/objects/structures/electricchair.dm +++ b/code/game/objects/structures/electricchair.dm @@ -69,7 +69,6 @@ buckled_mob << "You feel a deep shock course through your body!" sleep(1) buckled_mob.burn_skin(85) - buckled_mob.Stun(600) visible_message("The electric chair went off!", "You hear a deep sharp shock!") A.power_light = light