diff --git a/code/modules/mob/living/carbon/human/species/unathi.dm b/code/modules/mob/living/carbon/human/species/unathi.dm index fa829f43f68..3fb12c4045e 100644 --- a/code/modules/mob/living/carbon/human/species/unathi.dm +++ b/code/modules/mob/living/carbon/human/species/unathi.dm @@ -64,11 +64,13 @@ ..() lash = new lash.Grant(H) + H.mind.offstation_role = TRUE /datum/species/unathi/on_species_loss(mob/living/carbon/human/H) ..() if(lash) lash.Remove(H) + H.mind.offstation_role = FALSE /datum/action/innate/tail_lash name = "Tail lash"