diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/hinnak.txt | 2 | ||||
-rw-r--r-- | npc/012-1/terezin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index b069016e7..dc729fdcc 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -96,7 +96,7 @@ L_TrueHelp: mesn; mesq l("I know how hard it is! I hate them with all my heart, only seeing you killing them left and right was GREAT!"); next; - getexp 1400, 0; + getexp 1000, 0; Zeny=Zeny+1500; setq HurnscaldQuest_Farmers, 2, 0; mesn; diff --git a/npc/012-1/terezin.txt b/npc/012-1/terezin.txt index dc7a52342..ef0842afb 100644 --- a/npc/012-1/terezin.txt +++ b/npc/012-1/terezin.txt @@ -13,7 +13,7 @@ if (strcharinfo(0) == $MOST_HEROIC$) next; if (.@q1 == 5 && .@q2 == 0) goto L_PinkieHat; if (.@q1 == 4) goto L_Almost; - if (.@q1 > 2) goto L_Thanks; + if (.@q1 >= 2) goto L_Thanks; mesn; mesq l("Ah, my husband Hinnak is so hard working..."); close; |