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!