Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error cleanup #322

Merged
merged 22 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions common/decisions/treaty_decisions.txt
JackEPepper marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}
}
}
if = {
trigger_if = {
limit = {
exists = c:GBR
}
c:GBR = {
relations:root <= 10
}
}
}
}

when_taken = {
Expand All @@ -51,7 +51,7 @@
base = -100
modifier = {
trigger = {
if = {
trigger_if = {
limit = {
exists = c:GBR
}
Expand All @@ -64,7 +64,7 @@
}
modifier = {
trigger = {
if = {
trigger_if = {
limit = {
exists = c:CAN
}
Expand All @@ -77,7 +77,7 @@
}
modifier = {
trigger = {
if = {
trigger_if = {
limit = {
exists = c:AST
}
Expand All @@ -90,7 +90,7 @@
}
modifier = {
trigger = {
if = {
trigger_if = {
limit = {
exists = c:NZL
}
Expand Down
12 changes: 6 additions & 6 deletions common/flag_definitions/00_flag_definitions_CWP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,8 @@ AST = { # Australia
coa = AST_subject
allow_overlord_canton = yes
priority = 60
trigger = {
if = {
trigger = {
trigger_if = {
limit = {
exists = c:GBR
}
Expand Down Expand Up @@ -852,7 +852,7 @@ NZL = { # New Zealand
allow_overlord_canton = yes
priority = 60
trigger = {
if = {
trigger_if = {
limit = {
exists = c:GBR
}
Expand Down Expand Up @@ -928,7 +928,7 @@ CAN = { # Canada
allow_overlord_canton = yes
priority = 60
trigger = {
if = {
trigger_if = {
limit = {
exists = c:GBR
}
Expand Down Expand Up @@ -1144,8 +1144,8 @@ DDR = { # East Germany
subject_canton = German_Occupation_Zones
allow_overlord_canton = no
priority = 9999
trigger = {
if = {
trigger = {
trigger_if = {
limit = {
exists = c:RUS
exists = c:DDR
Expand Down
Loading