You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remove rulers who can't be in a confederation/league because of title rank or government, so they aren't added later or considered for anything else later on
18
18
every_in_list = {
19
19
limit = {
20
20
OR = {
21
-
CL_has_appropriate_title_tier = no
21
+
CL_has_appropriate_title_tier = no #tiger-ignore(text="unknown token `CL_has_appropriate_title_tier`")
22
22
AND = {
23
-
CL_uses_confederations = no
24
-
CL_uses_leagues = no
23
+
CL_uses_confederations = no #tiger-ignore(text="unknown token `CL_uses_confederations`")
24
+
CL_uses_leagues = no #tiger-ignore(text="unknown token `CL_uses_leagues`")
alternative_limit = { always = yes } # Incase somehow this was chosen and no one is actually capable of using leagues, need to make sure someone is chosen
alternative_limit = { always = yes } # Incase somehow this was chosen an no one is actually capable of using confederations, need to make sure someone is chosen
0 commit comments