summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/mob_db.conf1
-rw-r--r--npc/functions/weather.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 1fb5ede58..3f0a25db2 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -5721,6 +5721,7 @@ mob_db: (
MvpExp: 0
// Chest way spawm some vicious maggots /squirel
},
+// 1149? 1150?
{
Id: 1151
SpriteName: "SnowBinny"
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 631934bad..85c78326b 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -128,7 +128,7 @@ OnMinute45:
if (.@m$ == "Not found")
dispbottom l("Command not permitted on this map! Check npc/functions/weather.conf");
else
- addmapmask(.@key$, MASK_RAIN);
+ addmapmask(.@key$, getarg(0));
return;
}