From b502fa80be7f85698a6d1f7a129c5dccacf1b004 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Jun 2018 09:44:56 -0300 Subject: Sketch very poor about Liberation Day --- npc/003-1/ship.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/003-1') diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt index 958a821e5..67882168c 100644 --- a/npc/003-1/ship.txt +++ b/npc/003-1/ship.txt @@ -23,6 +23,18 @@ OnTouch: goto L_Warp; L_Warp: + /* Is Hurnscald already liberated? Precendence. */ + if (!$HURNS_LIBDATE) { + if (is_gm()) + dispbottom l("GMs are NOT allowed on Hurnscald Liberation day."); + else + dispbottom l("Please right click me to join the Liberation Force on Hurnscald."); + //query_sql("is Saulc GM online?", ); + dispbottom l("The ship is locked, probably unable to leave port."); + + end; + } + warp "016-1@"+LOCATION$, 21, 26; closedialog; close; -- cgit v1.2.3-70-g09d2