diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index 1c0c32e77bc..e43fa4175cf 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -113,7 +113,7 @@ if(user.restrained()) if(prob(50)) user.Weaken(5) - user.visible_message("[src] lost their balance! ", "You lost your balance!") + user.visible_message("[src] loses [p_their()] balance!", "You lose your balance!") return if(user.getStaminaLoss() >= 60) //Bit higher as you don't need to start, just would need to keep going with the tail lash. to_chat(user, "You run out of momentum!")