1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-11-19 16:15:25 +01:00

increase fireball damage to 2

This commit is contained in:
tenplus1
2025-11-19 09:25:23 +00:00
parent 7e7f87fa2c
commit 616e556cb7

View File

@@ -178,7 +178,7 @@ mobs:register_arrow("mobs_monster:fireball", {
-- node hit
hit_node = function(self, pos, node)
mobs:boom(self, pos, 1)
mobs:boom(self, pos, 2)
end
})