diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm
index cad3e3b21ea..3dc48f3df1a 100644
--- a/code/modules/mob/living/carbon/human/emote.dm
+++ b/code/modules/mob/living/carbon/human/emote.dm
@@ -328,7 +328,7 @@
message = "[src] attempts a flip and crashes to the floor!"
SpinAnimation(5,1)
sleep(3)
- src.Weaken(2)
+ Weaken(2)
else
message = "[src] does a flip!"
SpinAnimation(5,1)