diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm index 89c343b2616..9a76ebb443c 100644 --- a/code/__HELPERS/roundend.dm +++ b/code/__HELPERS/roundend.dm @@ -482,7 +482,7 @@ parts += "An average of [station_vault/total_players] credits were collected.
" 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 [mr_moneybags.account_holder] with [mr_moneybags.account_balance] cr!" + parts += "The most affluent crew member at shift end was [mr_moneybags.account_holder] with [mr_moneybags.account_balance] cr!" else parts += "Somehow, nobody made any money this shift! This'll result in some budget cuts..." return parts