[MIRROR] Prevents sparks from passing through clockcult rifts (#6111)
* Prevents sparks from passing through clockcult rifts * Prevents sparks from passing through clockcult rifts (#36692) * Prevents sparks from passing through clockcult rifts * Update city_of_cogs_rift.dm
This commit is contained in:
committed by
Poojawa
parent
bcc360d0d9
commit
5dabd9cb05
@@ -48,7 +48,8 @@
|
||||
"<span class='notice'>You begin climbing through [src]...</span>")
|
||||
if(!do_after(L, 30, target = L))
|
||||
return
|
||||
beckon(AM)
|
||||
if(!istype(AM, /obj/effect/))
|
||||
beckon(AM)
|
||||
|
||||
/obj/effect/clockwork/city_of_cogs_rift/proc/beckon(atom/movable/AM)
|
||||
var/turf/T = get_turf(pick(GLOB.city_of_cogs_spawns))
|
||||
|
||||
Reference in New Issue
Block a user