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

Minor fixes #182

Open
wants to merge 1 commit into
base: Development
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions HPM/decisions/NationalUnification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ political_decisions = {
province_id = 1303
province_id = 1312
province_id = 1320
province_id = 2591
is_core = KAL
is_core = MAK
is_core = AFG
Expand Down
11 changes: 4 additions & 7 deletions HPM/decisions/New Colonies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3068,13 +3068,10 @@ political_decisions = {
machine_guns = 1
market_regulations = 1
OR = {
ENG_2036 = { owned_by = THIS }
ENG_2044 = { owned_by = THIS }
}
OR = {
ENG_2036 = { owned_by = THIS }
ENG_2039 = { owned_by = THIS }
}
owns = 2045
ENG_2044 = { owned_by = THIS }
ENG_2039 = { owned_by = THIS }
}
}

effect = {
Expand Down
5 changes: 4 additions & 1 deletion HPM/decisions/Turkestan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,10 @@ political_decisions = {
primary_culture = tajik
primary_culture = kazak
}
in_sphere = THIS
OR = {
in_sphere = THIS
vassal_of = THIS
}
NOT = { tag = THIS }
}
annex_to = THIS
Expand Down