From c72bff04727cc001b6162f2886ad1952097d5ac1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Oct 2022 23:43:53 -0300 Subject: Remove some spurious maps --- npc/functions/weather.txt | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) (limited to 'npc/functions/weather.txt') 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); -- cgit v1.2.3-60-g2f50