Hey, maybe someone here can help me with a problem, I want to change the type of a megastructure from a functioning type to the ruined type via event but i couldn't find a way that works.
I tried to do it with this:
I tried to do it with this:
Code:
every_megastructure = {
limit = { is_megastructure_type = crucible_project_4 }
remove_megastructure = THIS
from.planet = {
spawn_megastructure = {
type = "crucible_project_ruined"
location = from.planet
}
}
}