From 5072a753e7beaace373e11bdca4f393371e3a072 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Oct 2019 22:48:30 -0400 Subject: [PATCH] Precise portals --- code/modules/multiz/structures_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/multiz/structures_vr.dm b/code/modules/multiz/structures_vr.dm index 5d12621ff40..d90f4588b18 100644 --- a/code/modules/multiz/structures_vr.dm +++ b/code/modules/multiz/structures_vr.dm @@ -54,7 +54,7 @@ src.icon_state = "portal1" do_noeffect_teleport(M, locate(rand(5, world.maxx - 5), rand(5, world.maxy -5), 3), 0) else - do_noeffect_teleport(M, target, 1) ///You will appear adjacent to the beacon + do_noeffect_teleport(M, target, 0) ///You will appear on the beacon /obj/structure/portal_gateway name = "portal"