From febdb91532701de4a9653ea2eab79961ba2ec094 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Aug 2019 20:52:54 -0300 Subject: Fix bugs at Soren Island --- npc/soren-2/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/soren-2') diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index be4c65d7c..5fbd492e0 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(0, 5)/2)+1; + .@amount=(rand2(0, 5)/2)+1; .@lx=24; .@ly=27; .@ux=40; .@uy=36; -- cgit v1.2.3-60-g2f50