From 9e60c60ac7d77b8f612630b9144276daa3553d9b Mon Sep 17 00:00:00 2001 From: d3athrow Date: Thu, 29 May 2014 08:46:33 -0500 Subject: [PATCH] Paperpocolypse changes. --- code/modules/economy/ATM.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/economy/ATM.dm b/code/modules/economy/ATM.dm index 580eaad44cc..771a7524ed1 100644 --- a/code/modules/economy/ATM.dm +++ b/code/modules/economy/ATM.dm @@ -11,7 +11,7 @@ log transactions #define CHANGE_SECURITY_LEVEL 1 #define TRANSFER_FUNDS 2 #define VIEW_TRANSACTION_LOGS 3 -#define PRINT_DELAY 60 +#define PRINT_DELAY 100 /obj/item/weapon/card/id/var/money = 2000 @@ -328,7 +328,7 @@ log transactions if("balance_statement") if(authenticated_account) if(world.timeofday < lastprint + PRINT_DELAY) - usr << "The [src.name] flashes and error on its display." + usr << "The [src.name] flashes an error on its display." return lastprint = world.timeofday var/obj/item/weapon/paper/R = new(src.loc)