This commit is contained in:
Giov4 2023-01-15 20:00:38 +01:00
parent beba22e627
commit 07e3918e7b

View File

@ -158,7 +158,7 @@ skills.register_skill("fbrawl:hit_by_hero_fury", {
cast = function(self, hitter)
if fbrawl.is_on_the_ground(self.player) or self.player:get_hp() == 0 then
self:stop()
fbrawl.hit_player(hitter, self.player, 999)
fbrawl.hit_player(hitter, self.player, 30)
end
end,
on_stop = function(self)