Any planet start: Change internal name of the space connection to Lignumis depending on the selected planet

This commit is contained in:
Simon Brodtmann 2025-03-28 21:27:12 +01:00
parent 044e058784
commit a78bcb75df

View file

@ -119,7 +119,7 @@ PlanetsLib:extend({
data:extend({ data:extend({
{ {
type = "space-connection", type = "space-connection",
name = "nauvis-lignumis", name = target_planet .. "-lignumis",
subgroup = "planet-connections", subgroup = "planet-connections",
from = target_planet, from = target_planet,
to = "lignumis", to = "lignumis",