From 8abb23759dc48e1663fdee9af05b0f2acc45e5c3 Mon Sep 17 00:00:00 2001 From: Certhic Date: Thu, 10 Sep 2020 21:55:46 +0200 Subject: [PATCH] added . = true --- code/game/machinery/teleporter.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 85b34499137..37714e5e111 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -107,6 +107,8 @@ to_chat(usr, "Error: Calibration in progress. Stand by.") return + . = TRUE + switch(action) if("eject") eject()