From 3ed03d4d00883b0261519196f329442e511e7098 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Apr 2021 22:57:06 -0300 Subject: Reduce in an insignificant way the difficulty at statues --- npc/025-1/ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index eecd5ee5d..08974784a 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -280,7 +280,7 @@ OnStatueBreach: .@y1=.@y-5; .@y2=.@y+5; // Statue Guardians (Lv 70~90) - for (.@i = 0; .@i < 6; ++.@i) { + for (.@i = 0; .@i < 5; ++.@i) { spawnMob(any(AzulSkullSlime, YellowSkullSlime, Forain, GreenDragon, Michel, EliteDuck, Troll, Moonshroom, Terranite, JackO, BlackMamba, Centaur, GoboBear, TerraniteProtector), .@x1, .@y1, .@x2, .@y2); } // Maybe spawn monster governor -- cgit v1.2.3-60-g2f50