Skip to content

Commit

Permalink
Update 00_organization_decisions.txt
Browse files Browse the repository at this point in the history
* Picking government decisions shouldn't block other players from picking it anymore. Closes #100
  • Loading branch information
arkhometha committed Feb 5, 2020
1 parent 9d3168a commit 5a54886
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions HPM/decisions/00_organization_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ political_decisions = {
potential = {
ai = no
NOT = { has_country_flag = government_decisions_on }
NOT = { has_global_flag = government_decisions_being_picked }
OR = {
#turn_off_vassal_payments
AND = {
Expand Down Expand Up @@ -219,7 +218,6 @@ political_decisions = {
}
effect = {
set_country_flag = government_decisions_on
set_global_flag = government_decisions_being_picked
}
}

Expand All @@ -235,7 +233,6 @@ political_decisions = {
}
effect = {
clr_country_flag = government_decisions_on
clr_global_flag = government_decisions_being_picked
}
}

Expand Down

0 comments on commit 5a54886

Please sign in to comment.