This commit is contained in:
2025-01-28 18:01:00 +09:00
parent d475a55460
commit 3ae1b7c1f8
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ Selection.on_selection(SelectionConvertArea, function(event)
if player.force.technologies[config.power_on_space_research.name].level >= config.power_on_space_research.level then
entities = event.surface.find_entities_filtered{ area = area, name = "constant-combinator", force = player.force }
else
player.print{ "vlayer.power-on-space-research", config.power_on_space_research.name }
player.print{ "vlayer.power-on-space-research", config.power_on_space_research.name, config.power_on_space_research.level }
end
else
entities = event.surface.find_entities_filtered{ area = area, name = "steel-chest", force = player.force }