summaryrefslogtreecommitdiff
path: root/npc/016-1/captain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-1/captain.txt')
-rw-r--r--npc/016-1/captain.txt6
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;