Skip to content

Commit

Permalink
Allow multi-hit again to balance murderer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saxashitter committed Oct 28, 2024
1 parent f3be86e commit 1a7ff18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Lua/Items/base_logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ MM:addPlayerScript(function(p)
def:onhit(p,p2)
end

item.hit = 0
item.anim = item.max_anim/3
item.anim = min(item.max_anim/3, $)
if item.hitsfx then
S_StartSound(p.mo, item.hitsfx)
end
Expand Down

0 comments on commit 1a7ff18

Please sign in to comment.