Page 1 of 1

Effects of United Nations

Posted: Tue Dec 16, 2014 12:00 am
by Corbeau
I am going through ruleset files and just encountered this:

Code: Select all

[effect_united_nations]
type    = "Has_Senate"
value   = 1
reqs    =
    { "type", "name", "range"
      "Building", "United Nations", "World"
      "Building", "Manhattan Project", "World"
      "Tech", "Nuclear Fission", "Player"
    }
nreqs   =
    { "type", "name", "range"
      "Building", "Apollo Program", "World"
    }

[effect_united_nations_1]
type    = "Revolution_When_Unhappy"
value   = 1
reqs    =
    { "type", "name", "range"
      "Building", "United Nations", "World"
    }
Does this mean that building UN by any polayer imposes diplomatic restrictions on the whole world? Or am I missing something?