From 744792742bf331a165bbf16170d1f0964724a412 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 12 Sep 2020 22:32:06 +0100 Subject: [PATCH] please fix it --- code/modules/mob/living/carbon/human/dummy.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/dummy.dm b/code/modules/mob/living/carbon/human/dummy.dm index f8894e67d1..ed1ba3852f 100644 --- a/code/modules/mob/living/carbon/human/dummy.dm +++ b/code/modules/mob/living/carbon/human/dummy.dm @@ -18,7 +18,7 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy) /mob/living/carbon/human/dummy/Life() return -/mob/living/carbon/human/dummy/update_resting() +/mob/living/carbon/human/dummy/update_mobility() return /mob/living/carbon/human/dummy/proc/wipe_state()