diff options
Diffstat (limited to 'npc/015-8-1/puzzle.txt')
-rw-r--r-- | npc/015-8-1/puzzle.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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: |