fix again

This commit is contained in:
Fox McCloud
2019-09-02 22:30:21 -04:00
parent 4a58c05420
commit 4ee863ea5f
@@ -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