From 4ee863ea5f48caeb09e7fe836b3ad664b05c7d96 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Mon, 2 Sep 2019 22:30:21 -0400 Subject: [PATCH] fix again --- .../modules/mob/living/simple_animal/hostile/mining/gutlunch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining/gutlunch.dm b/code/modules/mob/living/simple_animal/hostile/mining/gutlunch.dm index 9fb2e041479..23a900c1519 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/gutlunch.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/gutlunch.dm @@ -61,7 +61,7 @@ udder.milkAnimal(O, user) regenerate_icons() else - ..() + return ..() /mob/living/simple_animal/hostile/asteroid/gutlunch/CanAttack(atom/the_target) // Gutlunch-specific version of CanAttack to handle stupid stat_exclusive = true crap so we don't have to do it for literally every single simple_animal/hostile except the two that spawn in lavaland if(isturf(the_target) || !the_target || the_target.type == /atom/movable/lighting_object) // bail out on invalids