diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:55:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:55:31 -0300 |
commit | 16fba2a511ba169fb7e3a2c9e90f23d83537a4a2 (patch) | |
tree | 1d6abe1c619adfca0d37116f35dd0526acaa9116 /npc/016-1/captain.txt | |
parent | b7e223c55e272e99cd0a01a60979e3e79a888f62 (diff) | |
download | serverdata-16fba2a511ba169fb7e3a2c9e90f23d83537a4a2.tar.gz serverdata-16fba2a511ba169fb7e3a2c9e90f23d83537a4a2.tar.bz2 serverdata-16fba2a511ba169fb7e3a2c9e90f23d83537a4a2.tar.xz serverdata-16fba2a511ba169fb7e3a2c9e90f23d83537a4a2.zip |
Update a bit the past liberation days events for when beta ends.
Diffstat (limited to 'npc/016-1/captain.txt')
-rw-r--r-- | npc/016-1/captain.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 89d42ab5d..7aee841db 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -106,6 +106,14 @@ L_TNival: if (!$NIVALIS_LIBDATE) .@price=1; + // Maybe this destination is NOT AVAILABLE + if (!$NLIB_DAY && !$NIVALIS_LIBDATE) { + mesn; + mesq l("I would love to, but the Monster King laid siege there."); + mesc l("A Game Master is required to begin the Liberation Day."), 1; + close; + } + mes ""; mesn; mesq l("It'll cost you @@ GP.", .@price); |