Hello,
i don´t know how i can add the terraform button to the ringworld tech class.
My terraform file:
Does anyone knows how to add the button? And why are the ringworld seams not selectable?
i don´t know how i can add the terraform button to the ringworld tech class.
My terraform file:
Code:
######################
## Ringworld Upgrade##
######################
terraform_link = {
from = "pc_ringworld_tech"
to = "pc_ringworld_habitable"
# minerals = 5000
duration = 3000
energy = 5000
condition = {
has_technology = "tech_ringworld_habitat1"
}
}
terraform_link = {
from = "pc_ringworld_seam"
to = "pc_ringworld_habitable"
# minerals = 5000
energy = 5000
duration = 3000
}
condition = {
has_technology = "tech_ringworld_habitat1"
}
}
Does anyone knows how to add the button? And why are the ringworld seams not selectable?