Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/abilities/praetorian/…
Browse files Browse the repository at this point in the history
…praetorian_powers.dm

Co-authored-by: Birdtalon <[email protected]>
  • Loading branch information
Red-byte3D and Birdtalon authored Feb 1, 2024
1 parent 430646c commit a6b137b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,9 @@
targetXeno.visible_message(SPAN_BOLDNOTICE("[X] places its claws on [targetXeno], and its wounds are quickly sealed!")) //marines probably should know if a xeno gets healed
X.gain_health(heal_amount*0.5 + bonus_heal*0.5)
X.flick_heal_overlay(3 SECONDS, "#00B800")
var/datum/behavior_delegate/praetorian_warden/warden_delegate = X.behavior_delegate
warden_delegate.modify_transferred(heal_amount)
if(X.mutation_type == PRAETORIAN_WARDEN)
var/datum/behavior_delegate/praetorian_warden/warden_delegate = X.behavior_delegate
warden_delegate.transferred_healing += heal_amount
use_plasma = TRUE //it's already hard enough to gauge health without hp showing on the mob
targetXeno.flick_heal_overlay(3 SECONDS, "#00B800")//so the visible_message and recovery overlay will warn marines and possibly predators that the xenomorph has been healed!

Expand Down

0 comments on commit a6b137b

Please sign in to comment.