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:
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user