summaryrefslogtreecommitdiff
path: root/world/map/npc/017-4/orum.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/017-4/orum.txt')
-rw-r--r--world/map/npc/017-4/orum.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt
index 950b8768..6335bd9b 100644
--- a/world/map/npc/017-4/orum.txt
+++ b/world/map/npc/017-4/orum.txt
@@ -47,7 +47,7 @@
set @REWARD_MONEY, 100000;
set @REWARD_EXP, 100000;
- if (OrumQuest == 32) goto L_Done;
+ if (OrumQuest > 31) goto L_Done;
if (OrumQuest == 31) goto L_PlacedFifthFlower;
if (OrumQuest == 30) goto L_PlaceFifthFlower;
@@ -322,7 +322,7 @@ L_EasyMinigame:
L_EasyCheck:
set @bubblingLevel, @bubblingLevel + 3 - rand(7);
- if (@bubblingLevel < 22)
+ if (@bubblingLevel < 21)
goto L_EasyTooEarly;
if (@bubblingLevel > 27)
goto L_EasyTooLate;