diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/nymph.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/nymph.dm index 8fa38c0de24db..0145c30923e48 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/nymph.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/nymph.dm @@ -149,7 +149,7 @@ if(client || key || ckey) to_chat(user, "\The [src] already has a player.") return - if(!is_ghost_spawn) + if(!is_ghost_spawn || stat == DEAD) to_chat(user, "\The [src] is not possessable!") return var/control_ask = alert("Do you wish to take control of \the [src]", "Chirp Time?", "Yes", "No")