From 960b26a63b52c7087b5ec953fb8653650d744f0e Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Oct 2019 23:11:26 -0400 Subject: [PATCH] Sanity Check --- code/modules/multiz/structures_vr.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/multiz/structures_vr.dm b/code/modules/multiz/structures_vr.dm index d90f4588b1..207c1c0bc6 100644 --- a/code/modules/multiz/structures_vr.dm +++ b/code/modules/multiz/structures_vr.dm @@ -49,6 +49,9 @@ if (!( target )) qdel(src) return + if (istype(target, /obj/structure/portal_subtle)) + src.icon_state = "portal1" + return if (istype(M, /atom/movable)) if(prob(failchance)) //oh dear a problem, put em in deep space src.icon_state = "portal1"