Fixes spelling for richest crewmember at roundend (#55570)

Fixes an incredibly minor typo fix for roundend screen.
This commit is contained in:
prodirus
2020-12-17 14:16:24 -08:00
committed by GitHub
parent 23ff662d9e
commit 117150f55c
+1 -1
View File
@@ -482,7 +482,7 @@
parts += "An average of [station_vault/total_players] credits were collected.<br>"
log_econ("Roundend credit total: [station_vault] credits. Average Credits: [station_vault/total_players]")
if(mr_moneybags)
parts += "The most affulent crew member at shift end was <b>[mr_moneybags.account_holder] with [mr_moneybags.account_balance]</b> cr!</div>"
parts += "The most affluent crew member at shift end was <b>[mr_moneybags.account_holder] with [mr_moneybags.account_balance]</b> cr!</div>"
else
parts += "Somehow, nobody made any money this shift! This'll result in some budget cuts...</div>"
return parts