summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 067340f0f..967ae4715 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -323,6 +323,8 @@ function _smokeDragon {
.@x2=getmapinfo(MAPINFO_SIZE_X, .@key$) - 20;
.@y2=getmapinfo(MAPINFO_SIZE_Y, .@key$) - 20;
areamonster(.@key$, 20, 20, .@x2, .@y2, strmobinfo(1, .@mb), .@mb, 1);
+ if ($@GM_OVERRIDE)
+ debugmes "-> Smoke Dragon spawned on %s", .@key$;
} else {
killmonster(.@key$, "#WeatherCore::OnMob");
}