diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-12 09:44:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-12 09:44:56 -0300 |
commit | b502fa80be7f85698a6d1f7a129c5dccacf1b004 (patch) | |
tree | be918c41e8d260dcaa219ea83bbdc0f163c3b857 /npc/003-1 | |
parent | 3b60669a15b7fac135c629b608c43be14fb908c3 (diff) | |
download | serverdata-b502fa80be7f85698a6d1f7a129c5dccacf1b004.tar.gz serverdata-b502fa80be7f85698a6d1f7a129c5dccacf1b004.tar.bz2 serverdata-b502fa80be7f85698a6d1f7a129c5dccacf1b004.tar.xz serverdata-b502fa80be7f85698a6d1f7a129c5dccacf1b004.zip |
Sketch very poor about Liberation Day
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ship.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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?", <array variable>); + dispbottom l("The ship is locked, probably unable to leave port."); + + end; + } + warp "016-1@"+LOCATION$, 21, 26; closedialog; close; |