From a71252b7dc938d689568720c5f4589d6209f5cc2 Mon Sep 17 00:00:00 2001
From: TDSSS <32099540+TDSSS@users.noreply.github.com>
Date: Mon, 5 Oct 2020 20:45:36 +0200
Subject: [PATCH] removes sleep
---
code/game/gamemodes/shadowling/shadowling_abilities.dm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/code/game/gamemodes/shadowling/shadowling_abilities.dm b/code/game/gamemodes/shadowling/shadowling_abilities.dm
index a0482e5f295..1c1075a7e03 100644
--- a/code/game/gamemodes/shadowling/shadowling_abilities.dm
+++ b/code/game/gamemodes/shadowling/shadowling_abilities.dm
@@ -252,12 +252,11 @@
user.visible_message("[user]'s palms flare a bright red against [target]'s temples!")
to_chat(target, "A terrible red light floods your mind. You collapse as conscious thought is wiped away.")
target.Weaken(12)
- sleep(2 SECONDS)
if(3)
to_chat(user, "You begin planting the tumor that will control the new thrall...")
user.visible_message("A strange energy passes from [user]'s hands into [target]'s head!")
to_chat(target, "You feel your memories twisting, morphing. A sense of horror dominates your mind.")
- if(!do_mob(user, target, 7 SECONDS)) //around 21 seconds total for enthralling, 31 for someone with a mindshield implant
+ if(!do_mob(user, target, 9 SECONDS)) //around 21 seconds total for enthralling
to_chat(user, "The enthralling has been interrupted - your target's mind returns to its previous state.")
to_chat(target, "You wrest yourself away from [user]'s hands and compose yourself")
enthralling = FALSE