diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/017-4/orum.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt index 79ba38b0..950b8768 100644 --- a/world/map/npc/017-4/orum.txt +++ b/world/map/npc/017-4/orum.txt @@ -325,9 +325,14 @@ L_EasyCheck: if (@bubblingLevel < 22) goto L_EasyTooEarly; if (@bubblingLevel > 27) - goto L_EasyTooHigh; + goto L_EasyTooLate; goto L_EasySuccess; +L_EasyTooLate: + mes "You are about to pour in the additive, but just before you do it..."; + next; + goto L_EasyTooHigh; + L_EasyTooHigh: mes "Suddenly the mixture glows brightly. Then it calms down very quickly and turns into a weird greyish color."; mes "[Orum]"; |