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()