summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-23 23:43:53 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-23 23:43:53 -0300
commitc72bff04727cc001b6162f2886ad1952097d5ac1 (patch)
tree20fdf05b22ab6b990757b13d374eaa9090b2b327 /npc/functions/weather.txt
parenta7c45a192268da2601cef47a4cdba987ae2327ca (diff)
downloadserverdata-c72bff04727cc001b6162f2886ad1952097d5ac1.tar.gz
serverdata-c72bff04727cc001b6162f2886ad1952097d5ac1.tar.bz2
serverdata-c72bff04727cc001b6162f2886ad1952097d5ac1.tar.xz
serverdata-c72bff04727cc001b6162f2886ad1952097d5ac1.zip
Remove some spurious maps
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt33
1 files changed, 3 insertions, 30 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 5c369e1..711497d 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -67,47 +67,20 @@ OnInit:
.wcore = htnew;
// Deserts
- htput(.wcore, "003-1", "desert");
- htput(.wcore, "004-1", "desert");
- htput(.wcore, "004-2", "desert");
- htput(.wcore, "009-1", "desert");
- htput(.wcore, "010-1", "desert");
- htput(.wcore, "010-2", "desert");
- htput(.wcore, "032-1", "desert");
+ //htput(.wcore, "032-1", "desert");
// Woodlands
htput(.wcore, "001-4", "woodland");
htput(.wcore, "001-11", "woodland");
htput(.wcore, "001-12", "woodland");
- htput(.wcore, "005-1", "woodland");
- htput(.wcore, "012-1", "woodland");
- htput(.wcore, "014-1", "woodland");
- htput(.wcore, "014-2", "woodland");
- htput(.wcore, "014-3", "woodland");
- htput(.wcore, "014-4", "woodland");
- htput(.wcore, "014-5", "woodland");
- htput(.wcore, "017-1", "woodland");
- htput(.wcore, "018-1", "woodland");
htput(.wcore, "018-2", "woodland");
- htput(.wcore, "018-4", "woodland");
- htput(.wcore, "018-5", "woodland");
- htput(.wcore, "027-1", "woodland");
// Icelands
- htput(.wcore, "001-7", "iceland");
- htput(.wcore, "019-1", "iceland");
- htput(.wcore, "019-2", "iceland");
- htput(.wcore, "019-3", "iceland");
- htput(.wcore, "019-4", "iceland");
- htput(.wcore, "019-5", "iceland");
- htput(.wcore, "019-6", "iceland");
- htput(.wcore, "020-1", "iceland");
- htput(.wcore, "022-1", "iceland");
- htput(.wcore, "024-1", "iceland");
htput(.wcore, "031-1", "iceland");
+ htput(.wcore, "033-1", "iceland");
// Special
- htput(.wcore, "011-3", "special");
+ //htput(.wcore, "011-3", "special");
consoleinfo "[Weather.sys] Total Maps = " + htsize(.wcore);