From f5c91f6a70cac4fcb75cb0355e3aec052590357f Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Tue, 22 Aug 2017 21:20:27 +0100 Subject: [PATCH] implied sauce --- code/modules/mob/living/carbon/human/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)