summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r--npc/003-1/well.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index db5fc313e..b1fd40599 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -53,6 +53,10 @@
getmapxy(.@m$, .@x, .@y);
.@mobGID = monster(.@m$, .@x, .@y, "Bat", Bat, 1);
unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!!
+ } else {
+ mes col("Nothing happens.", 9);
+ next;
+ mes col("What did you expected, anyway?", 9);
}
close;