Code: Select all
{
type = "technology",
name = "secret-gate",
hidden = true,
research_trigger = {
type = "build-entity",
entity = "roboport"
}
}
However, if I place a roboport, I get a "secret-gate researched" alert on the screen and afterwards it is visible in the tech tree.
I would have expected that "hidden" means hidden (i.e. does not fire alerts and does not become visible in the tech tree).
