diff options
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 51defc7b6..5ccd18f47 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -64,10 +64,7 @@ L_MenuQuest: setq ShipQuests_Julia, 3; next; mesc b(l(".:: Main Quest 1-1 ::.")), 3; - if (Zeny >= .@price) - mesc l("* @@/@@ GP", Zeny, .@price), 2; - else - mesc l("* @@/@@ GP", Zeny, .@price), 9; + msObjective(Zeny >= .@price, l("* Collect @@/@@ GP", Zeny, .@price)); // Referral program if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { |