Skip to content

Commit

Permalink
warrior buff
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Apr 14, 2024
1 parent 63f1d67 commit cb16a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
continue

final_lifesteal++
if(isyautja(carbon))
bound_xeno.gain_health(20) // You heal a +20 health each time you slash a predator.

// This part is then outside the for loop
if(final_lifesteal >= max_lifesteal)
Expand Down

0 comments on commit cb16a6e

Please sign in to comment.