Rename spacebucks to spesos (#18805)

This commit is contained in:
Kara
2023-08-06 22:43:34 -07:00
committed by GitHub
parent fff7fda676
commit afead24f1e
10 changed files with 32 additions and 32 deletions

View File

@@ -73,11 +73,11 @@ public sealed class PricingSystem : EntitySystem
mostValuable.Pop();
});
shell.WriteLine($"Grid {gid} appraised to {value} spacebucks.");
shell.WriteLine($"Grid {gid} appraised to {value} spesos.");
shell.WriteLine($"The top most valuable items were:");
foreach (var (price, ent) in mostValuable)
{
shell.WriteLine($"- {ToPrettyString(ent)} @ {price} spacebucks");
shell.WriteLine($"- {ToPrettyString(ent)} @ {price} spesos");
}
}
}