summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-4/traps.txt4
1 files 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.