summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-26 00:55:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-26 00:55:31 -0300
commit16fba2a511ba169fb7e3a2c9e90f23d83537a4a2 (patch)
tree1d6abe1c619adfca0d37116f35dd0526acaa9116 /npc/003-1
parentb7e223c55e272e99cd0a01a60979e3e79a888f62 (diff)
downloadserverdata-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/003-1')
-rw-r--r--npc/003-1/ship.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt
index 3612d702b..780db1bc0 100644
--- a/npc/003-1/ship.txt
+++ b/npc/003-1/ship.txt
@@ -25,13 +25,16 @@ OnTouch:
L_Warp:
/* Is Hurnscald already liberated? Precendence. */
if (!$HURNS_LIBDATE) {
- query_sql("SELECT online FROM `char` WHERE name='Saulc GM'", .@online);
+ .@online=$@BG1_SIZE;
if (is_gm())
dispbottom l("GMs are NOT allowed on Hurnscald Liberation day.");
else if (.@online)
dispbottom l("Right click on the NPC to join the Liberation Force on Hurnscald.");
else
dispbottom l("The ship is locked, probably unable to leave port.");
+
+ if (!.@online)
+ npctalk3 col(l("A Game Master is required to begin the Liberation Day."), 1);
end;
}