mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Update mese_monster.lua
This commit is contained in:
parent
fc43196a9a
commit
bc7503f8a8
|
@ -76,14 +76,14 @@ mobs:register_arrow("mobs:mese_arrow", {
|
|||
hit_player = function(self, player)
|
||||
player:punch(self.object, 1.0, {
|
||||
full_punch_interval=1.0,
|
||||
damage_groups = {fleshy=1},
|
||||
damage_groups = {fleshy=9}, //Modif MFF
|
||||
}, 0)
|
||||
end,
|
||||
|
||||
hit_mob = function(self, player)
|
||||
player:punch(self.object, 1.0, {
|
||||
full_punch_interval=1.0,
|
||||
damage_groups = {fleshy=9},
|
||||
damage_groups = {fleshy=9}, //Modif MFF
|
||||
}, 0)
|
||||
end,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user