From f27b8460f00c06dc85843e92d101a39e20a7cd91 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Apr 2019 23:01:55 -0300 Subject: Sleep -> Stun --- npc/001-4/traps.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/001-4/traps.txt b/npc/001-4/traps.txt index 046211507..c30553c59 100644 --- a/npc/001-4/traps.txt +++ b/npc/001-4/traps.txt @@ -25,8 +25,8 @@ function script SteelTrap { } else { - sc_start SC_WALKSPEED,15000,70; - sc_start SC_SLEEP,3000,0; + sc_start SC_WALKSPEED,15000,60; + sc_start SC_STUN,rand(3000,8000),0; } // A minor special effect and we're done. -- cgit v1.2.3-70-g09d2