From a49723be8e04bca082a6bd17aa7d505b7ed0bbff Mon Sep 17 00:00:00 2001 From: general Date: Sun, 7 Apr 2024 22:54:06 -0400 Subject: [PATCH] xplotion causes lag but will be a final boss, we need to fix later --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 9d9d664..a55a075 100755 --- a/init.lua +++ b/init.lua @@ -204,7 +204,7 @@ mobs:register_mob("mobs_balrog:balrog", { minetest.after(0.0, function() -- This has been taken from ../tnt/init.lua @243 minetest.add_particlespawner({ - amount = 196, + amount = 134, time = 0.1, minpos = vector.subtract(pos, 10 / 2), maxpos = vector.add(pos, 10 / 2), @@ -221,8 +221,8 @@ mobs:register_mob("mobs_balrog:balrog", { }) tnt.boom(pos, { name = "Balrog's Blast", - radius = 36, - damage_radius = 26, + radius = 14, + damage_radius = 50, disable_drops = true, ignore_protection = false, ignore_on_blast = false,