diff --git a/src/lib/sim/Simulation.cpp b/src/lib/sim/Simulation.cpp index ab0c683..6f03816 100644 --- a/src/lib/sim/Simulation.cpp +++ b/src/lib/sim/Simulation.cpp @@ -707,14 +707,7 @@ void Simulation::generateSchematicChoices(int destroyedStationLevel) else { option.type = SchematicType::Recipe; - for (const RecipeDef& def : m_config.recipes.recipes) - { - if (def.id == entry.id && !def.outputs.empty()) - { - option.displayName = toDisplayName(def.outputs[0].item); - break; - } - } + option.displayName = toDisplayName(entry.id); } // REQ-DEF-SCHEMATIC-DROP: preview recipes newly implicitly unlocked by this option.