summaryrefslogtreecommitdiff
path: root/npc/003-10/kreist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-10/kreist.txt')
-rw-r--r--npc/003-10/kreist.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index add11daa4..58b373abc 100644
--- a/npc/003-10/kreist.txt
+++ b/npc/003-10/kreist.txt
@@ -54,11 +54,11 @@ L_QuestMaster:
if (.@q1 != .@d) {
.@q1=.@d;
if (.@lv == 2) {
- .@q2=any(Maggot, Scorpion, Croc, FireGoblin, CaveMaggot, RedScorpion, Duck);
+ .@q2=any(Maggot, Scorpion, Croc, FireGoblin, CaveMaggot, Duck);
} else if (.@lv == 5) {
- .@q2=any(GiantMaggot, CaveSnake, DesertBandit, Sarracenus, DesertLogHead);
+ .@q2=any(GiantMaggot, CaveSnake, DesertBandit, Sarracenus, DesertLogHead, RedScorpion);
} else if (.@lv == 13) {
- .@q2=any(BlackScorpion, Snake);
+ .@q2=any(BlackScorpion, Snake, MountainSnake);
} else {
Exception("Bad setting for GMH.LV: "+.@lv, RB_DEFAULT|RB_SPEECH|RB_ISFATAL);
}