diff options
-rw-r--r-- | npc/003-10/kreist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 020286e72..bcd799704 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -53,11 +53,11 @@ L_QuestMaster: // It's a new day, so we must generate a new quest! if (.@q1 != .@d) { .@q1=.@d; - if (.@lv == 2) { + if (.@lv == 3) { .@q2=any(Maggot, Scorpion, Croc, FireGoblin, CaveMaggot, Duck); } else if (.@lv == 5) { .@q2=any(GiantMaggot, CaveSnake, DesertBandit, Sarracenus, DesertLogHead, RedScorpion); - } else if (.@lv == 13) { + } else if (.@lv == 12) { .@q2=any(BlackScorpion, Snake, MountainSnake); } else { Exception("Bad setting for GMH.LV: "+.@lv, RB_DEFAULT|RB_SPEECH|RB_ISFATAL); |