summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-14 16:00:01 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-14 16:00:01 -0200
commit1dab71476e7fa493966b8e389e3a8c9f3a3616ee (patch)
tree13520d64685e39060563eccdbe336d39644ddf40 /npc/002-3
parentd7b6cf2e133e1bf2ed70368df929dd53bcf04fe5 (diff)
downloadserverdata-1dab71476e7fa493966b8e389e3a8c9f3a3616ee.tar.gz
serverdata-1dab71476e7fa493966b8e389e3a8c9f3a3616ee.tar.bz2
serverdata-1dab71476e7fa493966b8e389e3a8c9f3a3616ee.tar.xz
serverdata-1dab71476e7fa493966b8e389e3a8c9f3a3616ee.zip
Introduce a new helper for main storyline: msObjective().
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/nard.txt5
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) {