From 6df947cd4b5941ba9c0b2d571e9c11982d0c0a09 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 01:06:46 -0300 Subject: Nerf a bit the Bloodbath... Just in case. --- npc/006-9/ctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/006-9/ctrl.txt b/npc/006-9/ctrl.txt index 4cbb6e9ad..46b1fe39b 100644 --- a/npc/006-9/ctrl.txt +++ b/npc/006-9/ctrl.txt @@ -296,7 +296,7 @@ function spawn { set_aggro(.@m); /* After five minutes, spawn some globally */ freeloop(true); - for (.@i = 0; .@i < 2+(.@lv / 75); .@i++) { + for (.@i = 0; .@i < 1+(.@lv / 75); .@i++) { .@mid = any_of(.@mb); .@m=areamonster("006-9", 20, 20, getmapinfo(MAPINFO_SIZE_X,"006-9"), getmapinfo(MAPINFO_SIZE_Y,"006-9"), strmobinfo(1, .@mid), .@mid, 1); set_aggro(.@m); -- cgit v1.2.3-70-g09d2