makes ancient goliaths only make tendrils if they have a target (#23151)

This commit is contained in:
GDN
2023-11-20 14:10:56 -05:00
committed by GitHub
parent 39005bea2b
commit eb371c441c
@@ -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