From bf6bbff103bf534e1d952ecbc1121fe3e86cf4b3 Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 14 Jun 2018 10:10:38 +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 270612c1218..1c0c32e77bc 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -116,7 +116,7 @@ user.visible_message("[src] lost their balance! ", "You lost 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 did hit quite a few people with your tail, and lost the energy to continue.") + to_chat(user, "You run out of momentum!") return