Skip to content

Commit

Permalink
hud deletion on death
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Aug 4, 2023
1 parent 8c21497 commit 95b1c53
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@
if(percentage_transferred)
holder.overlays += image('icons/mob/hud/hud.dmi', "xenoenergy[percentage_transferred]")

/datum/behavior_delegate/drone_healer/handle_death(mob/M)
var/image/holder = bound_xeno.hud_list[PLASMA_HUD]
holder.overlays.Cut()

/datum/action/xeno_action/activable/healer_sacrifice
name = "Sacrifice"
action_icon_state = "screech"
Expand Down

0 comments on commit 95b1c53

Please sign in to comment.