Skip to content

Commit

Permalink
lesser gib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 25, 2023
1 parent 61cadbf commit e250478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

/mob/living/carbon/xenomorph/lesser_drone/ghostize(can_reenter_corpse = FALSE, aghosted = FALSE)
. = ..()
if(. && !aghosted)
if(. && !aghosted && !QDELETED(src))
gib()

/mob/living/carbon/xenomorph/lesser_drone/handle_ghost_message()
Expand Down

0 comments on commit e250478

Please sign in to comment.