Skip to content

Commit

Permalink
Merge pull request #349 from Cold-War-Project/nato_fixes
Browse files Browse the repository at this point in the history
fix: subjects can no longer join nato
  • Loading branch information
Arcadyi authored Jun 25, 2023
2 parents 413c53d + 94599d5 commit 96a1522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/decisions/nato_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
join_nato = {
is_shown = {
this = {
is_subject = no
has_global_variable = nato
or = {
country_is_in_europe = yes
Expand Down
1 change: 1 addition & 0 deletions common/decisions/warsaw_pact_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
join_warsaw_pact = {
is_shown = {
this = {
is_subject = no
has_global_variable = warsaw_pact
country_is_in_europe = yes
nor = {
Expand Down

0 comments on commit 96a1522

Please sign in to comment.