Skip to content

Commit

Permalink
Update healer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Aug 1, 2024
1 parent a3ed0fe commit c35abf7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@

xeno.say(";MY LIFE FOR THE QUEEN!!!")

if(target.health < 0)
target.gain_health(abs(target.health)) // gets them out of crit first

target.gain_health(xeno.health * transfer_mod)
target.updatehealth()

Expand Down

0 comments on commit c35abf7

Please sign in to comment.