Skip to content

Commit

Permalink
Update Warrior.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
usnpeepoo authored Oct 7, 2023
1 parent b5cb1d3 commit 6252a15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@
/datum/behavior_delegate/warrior_base/melee_attack_additional_effects_target(mob/living/carbon/A)
..()

if(SEND_SIGNAL(bound_xeno, COMSIG_XENO_PRE_HEAL) & COMPONENT_CANCEL_XENO_HEAL)
return

var/final_lifesteal = lifesteal_percent
var/list/mobs_in_range = oviewers(lifesteal_range, bound_xeno)

Expand Down

0 comments on commit 6252a15

Please sign in to comment.