From cb16a6ee9a4f505cc21d55ff00bd7fe772686ace Mon Sep 17 00:00:00 2001 From: InsaneRed Date: Sun, 14 Apr 2024 23:00:38 +0300 Subject: [PATCH] warrior buff --- code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm b/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm index 1c329c8b9e82..7b7f15f1a1d1 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm @@ -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)