From f0d58e3c0c10f932f972b7adf151228f77cdc957 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 15:32:44 -0300 Subject: Allow manaplus 30ms to notice the forced warp. NOTE: You are invulnerable and cannot move during said 30ms --- npc/023-3-1/logic.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/023-3-1') diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 42d223d8b..df1b65d27 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -116,6 +116,7 @@ OnEvent01: // Block everyone for cutscene (includes invencibility boost) setpcblock(255, true); + sleep2(30); sc_start(SC_STUN, 7500, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, @ISBAMUTH); sc_start(SC_STUN, 7500, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, .@g1); sc_start(SC_STUN, 7500, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, .@g2); -- cgit v1.2.3-60-g2f50