[MIRROR] Fix borgs needing to use tools to activate adjacent portals (#6717)

* sillycone touch (#59986)

* Fix borgs needing to use tools to activate adjacent portals

Co-authored-by: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-07-05 00:56:12 +02:00
committed by GitHub
parent 45624ea4b1
commit e46a431210
+4
View File
@@ -67,6 +67,10 @@
if(Adjacent(user))
teleport(user)
/obj/effect/portal/attack_robot(mob/living/user)
if(Adjacent(user))
teleport(user)
/obj/effect/portal/Initialize(mapload, _lifespan = 0, obj/effect/portal/_linked, automatic_link = FALSE, turf/hard_target_override, atmos_link_override)
. = ..()
GLOB.portals += src