From c8ff492717390973331c185693dc3939e136dbad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 19:52:21 -0300 Subject: Now there'll be effectively less mobs at Soren's House --- npc/soren-2/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/soren-2/main.txt') 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; -- cgit v1.2.3-60-g2f50