Minor span refactoring (#19177)

Minor span refactoring
This commit is contained in:
Fluffy
2024-05-19 16:37:29 +00:00
committed by GitHub
parent 6387917444
commit 3dc4cce9c2
687 changed files with 4572 additions and 4295 deletions
@@ -153,7 +153,7 @@
if(temp_name)
id_card.registered_name = temp_name
else
computer.visible_message("<span class='notice'>[computer] buzzes rudely.</span>")
computer.visible_message(SPAN_NOTICE("[computer] buzzes rudely."))
else if(params["account"])
var/account_num = text2num(input("Enter account number.", "Account", id_card.associated_account_number))
id_card.associated_account_number = account_num