From fbdc3396530df4882ba9b7a76266ea7ea1dcfc64 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:31:36 -0700 Subject: [PATCH] Update living.dm --- code/modules/mob/living/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 6addd664a6..43ea9a74c2 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -259,7 +259,7 @@ now_pushing = FALSE // i wish to have a "friendly chat" with whoever made three tail variables instead of one -/mob/living/proc/has_tail() +/mob/proc/has_tail() return FALSE /mob/living/carbon/human/has_tail()