diff --git a/code/modules/economy/machines/ATM.dm b/code/modules/economy/machines/ATM.dm
index 97f8c7e1ddd3..8a29d23068ad 100644
--- a/code/modules/economy/machines/ATM.dm
+++ b/code/modules/economy/machines/ATM.dm
@@ -35,6 +35,7 @@ log transactions
var/obj/item/card/held_card
var/editing_security_level = 0
var/view_screen = NO_SCREEN
+ var/account_security_level = 0
var/datum/effect_system/spark_spread/spark_system
/obj/machinery/atm/Initialize(mapload)
@@ -213,6 +214,12 @@ log transactions
dat += "Print balance statement
"
dat += "Logout
"
else
+ if(!account_security_level)
+ dat += "To log in to your savings account, press 'submit' with ID clearly displayed. If you wish to log into another account, please enter the account number into the field below or insert a registered ID card into the slot above and then press 'submit'.
"
+ else if (account_security_level == 1)
+ dat += "This account requires a PIN to access. For security reasons the account # will need re-entered or ID bound to this account re-scanned."
+ else
+ dat += "Due to the security settings on this account, all information needs to be re-entered and the ID bound to this account placed in the slot above.
"
dat += "