summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 19:52:21 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 19:52:21 -0300
commitc8ff492717390973331c185693dc3939e136dbad (patch)
tree1224ed9cd25f79dc1f60cf3ece4864af28435106
parentc8677766f0c0f7e972ced5fdae8fc9a30ded7ba4 (diff)
downloadserverdata-c8ff492717390973331c185693dc3939e136dbad.tar.gz
serverdata-c8ff492717390973331c185693dc3939e136dbad.tar.bz2
serverdata-c8ff492717390973331c185693dc3939e136dbad.tar.xz
serverdata-c8ff492717390973331c185693dc3939e136dbad.zip
Now there'll be effectively less mobs at Soren's House
-rw-r--r--npc/soren-2/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt
index fd60affaa..c582a5a5b 100644
--- a/npc/soren-2/main.txt
+++ b/npc/soren-2/main.txt
@@ -59,7 +59,7 @@ OnSanctum:
// Decide if we'll spawn or add items. Previous failures are NOT considerated.
.@odds=rand(1, 10000);
- .@amount=(rand(1, 4)/2)+1;
+ .@amount=(rand(0, 4)/2)+1;
.@lx=24; .@ly=27;
.@ux=40; .@uy=36;