diff options
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r-- | npc/functions/weather.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 596f1bde1..91e9bfe5e 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -104,7 +104,7 @@ OnInit: htput(.wcore, "011-3", "special"); - debugmes "[Weather.sys] Total Maps = " + htsize(.wcore); + consoleinfo "[Weather.sys] Total Maps = " + htsize(.wcore); // No "end" here, so server starts with weather OnMinute00: OnMinute15: @@ -178,7 +178,7 @@ OnMinute45: .@mk=.@mk|MASK_MATTACK; } else { - debugmes "Warning warning, blame Saulc! Weather system error on map "+.@key$; + consolebug "Warning warning, blame Saulc! Weather system error on map "+.@key$; announce("ERROR BLAME SAULC! WEATHER SYSTEM CORRUPTED.", bc_all); } |