Ready for testing.

This commit is contained in:
Ghommie
2020-04-21 01:26:34 +02:00
parent 96b64009d0
commit e0d219650f
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -331,7 +331,7 @@
if(mining_points)
. += "There's [mining_points] mining equipment redemption point\s loaded onto this card."
if(!bank_support || (bank_support == ID_LOCKED_BANK_ACCOUNT && !registered_account))
. += "This ID has no banking support whatsover, must be an older model..."
. += "<span class='info'>This ID has no banking support whatsover, must be an older model...</span>"
else if(registered_account)
. += "The account linked to the ID belongs to '[registered_account.account_holder]' and reports a balance of [registered_account.account_balance] cr."
if(registered_account.account_job)