mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-15 23:10:31 +01:00
Fireball damage is equal for NPC and players
This commit is contained in:
parent
fa5b78901b
commit
4bec88c3b5
|
@ -90,7 +90,7 @@ mobs:register_arrow("mobs:fireball", {
|
|||
hit_mob = function(self, player)
|
||||
player:punch(self.object, 1.0, {
|
||||
full_punch_interval=1.0,
|
||||
damage_groups = {fleshy=6},
|
||||
damage_groups = {fleshy=12},
|
||||
}, 0)
|
||||
end,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user