Rename credits to spacebucks & integrate with cargo (#9119)
This commit is contained in:
@@ -68,11 +68,11 @@ public sealed class PricingSystem : EntitySystem
|
||||
mostValuable.Pop();
|
||||
});
|
||||
|
||||
shell.WriteLine($"Grid {gid} appraised to {value} credits.");
|
||||
shell.WriteLine($"Grid {gid} appraised to {value} spacebucks.");
|
||||
shell.WriteLine($"The top most valuable items were:");
|
||||
foreach (var (price, ent) in mostValuable)
|
||||
{
|
||||
shell.WriteLine($"- {ToPrettyString(ent)} @ {price} credits");
|
||||
shell.WriteLine($"- {ToPrettyString(ent)} @ {price} spacebucks");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user