From 84f2d2902a09f4765b23ecb94f0d24d908c63f9d Mon Sep 17 00:00:00 2001 From: Schnayy Date: Fri, 7 Feb 2020 00:26:56 -0600 Subject: [PATCH] makes atms emaggable --- code/modules/economy/ATM.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/economy/ATM.dm b/code/modules/economy/ATM.dm index 68e4c12c86..07d70b2eda 100644 --- a/code/modules/economy/ATM.dm +++ b/code/modules/economy/ATM.dm @@ -64,7 +64,7 @@ log transactions break /obj/machinery/atm/emag_act(var/remaining_charges, var/mob/user) - if(!emagged) + if(emagged) return //short out the machine, shoot sparks, spew money!