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