From bd030746c08ac64d3d1dcbc1fbc46ff37f72c868 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 Jun 2019 14:14:52 -0300 Subject: Sagratha's Boss Room traps - allow stun 75% of time (instead of 25%). This will be your main strategy here. The enemies are strong but you don't need to kill them :> Focus on the mission! --- npc/015-8-1/puzzle.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/015-8-1/puzzle.txt') diff --git a/npc/015-8-1/puzzle.txt b/npc/015-8-1/puzzle.txt index f472cdf0c..0db3f3f82 100644 --- a/npc/015-8-1/puzzle.txt +++ b/npc/015-8-1/puzzle.txt @@ -33,9 +33,9 @@ OnTouchNPC: OnTouch: // instance_id() if (instance_id() >= 0) - SteelTrap(rand2(10, 40), 5, any(0,0,0,1), instance_npcname(.name$)); + SteelTrap(rand2(10, 40), 5, any(0,1,1,2), instance_npcname(.name$)); else - SteelTrap(rand2(10, 40), 5, any(0,0,0,1)); + SteelTrap(rand2(10, 40), 5, any(0,1,1,2)); end; OnTimer10000: -- cgit v1.2.3-70-g09d2