From bbd3c55fbcc9f265aa3eb2232ea58c5bd2ad3b34 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 29 Oct 2019 21:37:44 -0400 Subject: [PATCH] Update halloween.dm --- code/modules/holiday/halloween/halloween.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/holiday/halloween/halloween.dm b/code/modules/holiday/halloween/halloween.dm index 4332917604..3d7dc1adb1 100644 --- a/code/modules/holiday/halloween/halloween.dm +++ b/code/modules/holiday/halloween/halloween.dm @@ -176,7 +176,7 @@ return /mob/living/simple_animal/shade/howling_ghost/adjustHealth() - . = 0 + . = ..() /mob/living/simple_animal/shade/howling_ghost/CanPass(atom/movable/mover, turf/target) return 1 @@ -203,7 +203,6 @@ /mob/living/simple_animal/hostile/retaliate/clown/insane/Initialize() . = ..() timer = rand(5,15) - return /mob/living/simple_animal/hostile/retaliate/clown/insane/Retaliate() return @@ -235,7 +234,7 @@ return /mob/living/simple_animal/hostile/retaliate/clown/insane/adjustHealth() - . = 0 + . = ..() if(prob(5)) playsound(loc, 'sound/spookoween/insane_low_laugh.ogg', 300, 1)