not quite

This commit is contained in:
moganda12 2024-12-10 03:53:36 +00:00
parent bcbfe73d82
commit f27cf79ff6

View File

@ -1146,7 +1146,7 @@ void list(std::vector<str>& args) {
for(Upgrade& upgrade : owned) {
std::cout << BOLDBLUE << upgrade.name << " - " << upgrade.description << BOLDYELLOW << "(owned)\n";
std::cout << "will cost " << TransitorsString(upgrade.cost) << "!\n\n";
std::cout << BOLDBLUE << "will cost " << TransitorsString(upgrade.cost) << "!\n\n";
}
for(Upgrade& upgrade : unlocked) {