diff options
-rw-r--r-- | npc/002-1/arpan.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index b5bd5afb9..49aca7f87 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -236,13 +236,20 @@ L_WhereMoney: mesq l("Oh right, I totally forgot about that, here you go."); next; + if (BaseLevel < 4) goto L_Apana; setq ShipQuests_ArpanMoney, 2; .@q = getq(ShipQuests_Arpan); - Zeny = Zeny + 10; - message strcharinfo(0), l("You receive @@ GP!", 10); + Zeny = Zeny + 35; + message strcharinfo(0), l("You receive @@ GP!", 35); goto L_BeforeMenu; +L_Apana: + mesn; + mesq l("On hindsight, I'll wait you get a few levels. Can't have cheaters, ya know!"); + next; + goto L_Menu; + L_WhatCloth: mes ""; mesn; |