From cfddd0dbebec30add7fce9106233a44276658c7e Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 7 Sep 2013 17:17:41 +0200 Subject: Addition to Orum's dialog: make easy minigame more clear --- world/map/npc/017-4/orum.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]"; -- cgit v1.2.3-60-g2f50