Skip to content

Commit

Permalink
more hud fuckery
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 26, 2024
1 parent 2b1bdaa commit f375b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/borer/borer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@

/mob/living/carbon/cortical_borer/Destroy()
SSmob.living_misc_mobs -= src
var/datum/mob_hud/H = GLOB.huds[MOB_HUD_BRAINWORM]
H.remove_hud_from(src, src)
if(host)
for(var/datum/action/innate/borer/action in host.actions)
action.hide_from(host)
Expand Down

0 comments on commit f375b36

Please sign in to comment.