summaryrefslogtreecommitdiff
path: root/npc/012-7/celestia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-7/celestia.txt')
-rw-r--r--npc/012-7/celestia.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt
index e190809ec..f66fac79e 100644
--- a/npc/012-7/celestia.txt
+++ b/npc/012-7/celestia.txt
@@ -21,7 +21,7 @@
menu
l("Sorry, I'm more of a coffee person."), L_Coffee,
l("What an amazing crown you have! How do I get it?!"), L_Crown,
- rif(.@q2 == 0 && BaseLevel > 30, l("Tea party! I want to participate.")), L_TeaQuest,
+ rif(.@q2 == 0 && BaseLevel >= 35, l("Tea party! I want to participate.")), L_TeaQuest,
rif(.@q2 == 1, l("I have some sweeties for the Tea Party!")), L_TeaCheck,
rif(.@q2 >= 2, l("Tea party! I want to participate.")), L_TeaParty,
rif(.@q1 == 0, l("There are Monster Attacks every month, how do you have time for tea parties?!")), L_MainQuest,
@@ -165,7 +165,7 @@ L_TeaCheck:
delitem GingerBreadMan, 5;
delitem ChocolateBiscuit, 2;
- getexp rand(12000, 13000), 0;
+ getexp rand(12000, 13000), 0; // level exp cap: 15,775
setq HurnscaldQuest_TeaParty, 2;
mes "";