Skip to content

Commit

Permalink
death fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 29, 2024
1 parent 9f419cd commit d77d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/borer/borer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GLOBAL_LIST_EMPTY(living_borers)

/mob/living/carbon/cortical_borer/death()
var/datum/language/corticalborer/c_link = GLOB.all_languages[LANGUAGE_BORER]
c_link.broadcast(src, null, real_name, TRUE)
c_link.broadcast(src, "Has Died", real_name, TRUE)
SSmob.living_misc_mobs -= src
GLOB.living_borers -= src
leave_host()
Expand Down

0 comments on commit d77d5c6

Please sign in to comment.