From e8b777f16231aee749da3cd89b7ac50b35e7d2e2 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 16 Oct 2019 05:10:44 +0200 Subject: [PATCH] typo fixes --- code/game/machinery/computer/teleporter.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/teleporter.dm b/code/game/machinery/computer/teleporter.dm index 0d8602334b..0e6a059c7b 100644 --- a/code/game/machinery/computer/teleporter.dm +++ b/code/game/machinery/computer/teleporter.dm @@ -112,7 +112,7 @@ target = null if(imp_t) UnregisterSignal(imp_t, COMSIG_IMPLANT_REMOVING) - impt_t = null + imp_t = null if(regime_set == "Teleporter") regime_set = "Gate" else @@ -144,7 +144,7 @@ target = L[desc] if(imp_t) UnregisterSignal(imp_t, COMSIG_IMPLANT_REMOVING) - impt_t = null + imp_t = null if(isliving(target)) //make sure the living mob is still implanted to be a valid target var/mob/living/M = target var/obj/item/implant/tracking/I = locate() in M.implants