Fixes accounting's alert being cut in half (#65143)

I screw up. No GBP
This commit is contained in:
Tortoise
2022-02-27 23:37:02 -05:00
committed by GitHub
parent 246c4e45f7
commit 33bbce31b6
+1 -1
View File
@@ -35,7 +35,7 @@
else
bank_account.account_job = /datum/job/unassigned
playsound(loc, 'sound/machines/synth_yes.ogg', 30 , TRUE)
say("New account registered under account identification number [bank_account.account_id].")
say("New account registered under account ID number [bank_account.account_id].")
update_appearance()
return
else