Skip to content

Commit

Permalink
Merge pull request #3262 from Kelprunner/staff-fix
Browse files Browse the repository at this point in the history
Fixes staff healing (Good to go if it passes checks
  • Loading branch information
Tk420634 authored Oct 3, 2023
2 parents 1cab2e7 + 9a58346 commit 586ecfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/projectiles/projectile/magic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,8 @@
return BULLET_ACT_BLOCK
if(iscarbon(target))
M.visible_message(span_warning("[src] mends [target]!"))
M.adjustBruteLoss(-10) //HEALS
M.adjustBruteLoss(-15) //HEALS
M.adjustOxyLoss(-20)
M.adjustBruteLoss(-5)
M.adjustFireLoss(-10)
M.adjustToxLoss(-20, TRUE) //heals TOXINLOVERs
M.adjustCloneLoss(-5)
Expand Down

0 comments on commit 586ecfa

Please sign in to comment.