diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-31 19:57:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-31 19:57:17 -0300 |
commit | 290588af2b44218964681facf84e4aef157484b5 (patch) | |
tree | 092a882a3f99eb8e9b989866d80fee23146a1c3d /npc/016-1/captain.txt | |
parent | 25d9be07e9fdd1e93e4ff0acf98953c59b2c0773 (diff) | |
download | serverdata-290588af2b44218964681facf84e4aef157484b5.tar.gz serverdata-290588af2b44218964681facf84e4aef157484b5.tar.bz2 serverdata-290588af2b44218964681facf84e4aef157484b5.tar.xz serverdata-290588af2b44218964681facf84e4aef157484b5.zip |
Barbara - Add rewards for both killing as not pleading in her favor.
The reward for pleading for her comes much later, the map area for it is NYI.
Diffstat (limited to 'npc/016-1/captain.txt')
-rw-r--r-- | npc/016-1/captain.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 5bbbeb1ef..c6f119817 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -72,6 +72,12 @@ L_THurns: mesq l("It'll cost you @@ GP.", .@price); mes ""; + // Should not even be allowed on the ship, but well. Double-check + if (!$HURNS_LIBDATE) { + mesc l("BUG, REPORT ME! Hurncald Liberation Day check FAIL"), 1; + close; + } + if (Zeny < .@price) { mes l("You still need @@ GP to afford it.", (.@price-Zeny)); close; |