[MIRROR] Fixes goliath tentacles (#2738)
* Merge pull request #30646 from ChangelingRain/tentafix Fixes goliath tentacles * Fixes goliath tentacles
This commit is contained in:
committed by
Poojawa
parent
4da91bc330
commit
1c06a2b277
@@ -146,8 +146,9 @@
|
||||
|
||||
/obj/effect/temp_visual/goliath_tentacle/Initialize(mapload, mob/living/new_spawner)
|
||||
. = ..()
|
||||
if(locate(/obj/effect/temp_visual/goliath_tentacle) in loc)
|
||||
return INITIALIZE_HINT_QDEL
|
||||
for(var/obj/effect/temp_visual/goliath_tentacle/T in loc)
|
||||
if(T != src)
|
||||
return INITIALIZE_HINT_QDEL
|
||||
if(!QDELETED(new_spawner))
|
||||
spawner = new_spawner
|
||||
if(ismineralturf(loc))
|
||||
|
||||
Reference in New Issue
Block a user