summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-14 16:07:03 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-14 16:07:03 -0200
commitd63867c07a31cd8bd3078f3458f9031f53249497 (patch)
tree890594b25abae7a300c7116e999dcf86be731957 /npc/000-0-0
parent23e155eca4b9659dd157d16bc343ec9e5e58ac01 (diff)
downloadserverdata-d63867c07a31cd8bd3078f3458f9031f53249497.tar.gz
serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.tar.bz2
serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.tar.xz
serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.zip
Add a debug symbol to intro
Diffstat (limited to 'npc/000-0-0')
-rw-r--r--npc/000-0-0/sailors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index b2794433a..10df0d8ae 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -113,7 +113,7 @@ L_Step3:
freeloop(false);
if (.@y <= 47)
- monster "000-0-0", 43, 44, l("@@ Dummy", strcharinfo(0)), Dummy, 1, "Elmo#sailors::OnStep4";
+ @mobTarget=monster("000-0-0", 43, 44, l("@@ Dummy", strcharinfo(0)), Dummy, 1, "Elmo#sailors::OnStep4");
setq1 ShipQuests_Arpan, 4;
close;
@@ -177,6 +177,8 @@ L_Step4:
close;
OnStep4:
+ if (getunittype(@mobTarget) != -1 && is_staff())
+ dispbottom ("Hey hey, the monster seems to be alive. Mr. GM, do something about that!");
dispbottom l("You free the world from an evil Dummy.");
setq1 ShipQuests_Arpan, 5;
end;