diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 |
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; |