From d4bc7bf56236833de34dfb687fc9814213fbea5a Mon Sep 17 00:00:00 2001 From: Fermi <33956696+Thalpy@users.noreply.github.com> Date: Mon, 5 Oct 2020 00:44:47 +0100 Subject: [PATCH] unnessicary returns --- code/modules/holiday/halloween/jacqueen.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/holiday/halloween/jacqueen.dm b/code/modules/holiday/halloween/jacqueen.dm index da7dab7109..de998cdefb 100644 --- a/code/modules/holiday/halloween/jacqueen.dm +++ b/code/modules/holiday/halloween/jacqueen.dm @@ -102,7 +102,6 @@ /mob/living/simple_animal/jacq/proc/canmove() busy = FALSE update_mobility() - return /mob/living/simple_animal/jacq/proc/stopmove() if(ckey) //if someone is in her, don't disable her movement! @@ -110,7 +109,6 @@ return busy = TRUE update_mobility() - return /mob/living/simple_animal/jacq/proc/poof()