From 2555e04c7f34783276e39cc8f2f86ccd37618de1 Mon Sep 17 00:00:00 2001 From: Miniature Date: Sun, 6 May 2012 22:12:41 +0930 Subject: [PATCH] You can no longer steal ATMs by simply pulling them off. --- code/WorkInProgress/Mini/ATM.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/WorkInProgress/Mini/ATM.dm b/code/WorkInProgress/Mini/ATM.dm index 6a6fada2912..32c9bc4d222 100644 --- a/code/WorkInProgress/Mini/ATM.dm +++ b/code/WorkInProgress/Mini/ATM.dm @@ -14,6 +14,7 @@ log transactions desc = "For all your monetary needs!" icon = 'terminals.dmi' icon_state = "atm" + anchored = 1 use_power = 1 idle_power_usage = 10