diff --git a/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm b/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm index bf1e7955811..4894c3799ef 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm @@ -122,7 +122,7 @@ . = ..() if(!.) // dead return - if(isturf(loc)) + if(target && isturf(loc)) if(!LAZYLEN(cached_tentacle_turfs) || loc != last_location || tentacle_recheck_cooldown <= world.time) LAZYCLEARLIST(cached_tentacle_turfs) last_location = loc