diff --git a/src/dusk/randomizer/generator/logic/spoiler_log.cpp b/src/dusk/randomizer/generator/logic/spoiler_log.cpp index 23bf5ff0ac..92b7daf067 100644 --- a/src/dusk/randomizer/generator/logic/spoiler_log.cpp +++ b/src/dusk/randomizer/generator/logic/spoiler_log.cpp @@ -78,7 +78,7 @@ namespace randomizer::logic::spoiler_log // Print starting inventories if there are any if (!worldswithStartingInventories.empty()) { - spoilerLog << std::endl << "Starting Inventory:" << std::endl; + spoilerLog << std::endl << "All Starting Items:" << std::endl; for (const auto& world : worldswithStartingInventories) { spoilerLog << " World " << world->GetID() << ":" << std::endl;