From f0a1db0ce97c8fd3d53699e07a6d00c8294a2782 Mon Sep 17 00:00:00 2001 From: Mars Date: Mon, 25 Jun 2018 11:50:28 +0200 Subject: [PATCH] Textchange --- code/modules/mob/living/carbon/human/species/station.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")