Skip to content

Commit

Permalink
1.37.1 compatch (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin authored May 20, 2024
1 parent 4ce5a54 commit 7e09928
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8075,4 +8075,20 @@ defined_text = {
NOT = { tag = AZT }
}
}
}

defined_text = {
name = GetUnifyMissionName
text = {
localisation_key = AZTNonTheocracyName
trigger = {
NOT = { government = theocracy }
}
}
text = {
localisation_key = AZTTheocracyName
trigger = {
government = theocracy
}
}
}

0 comments on commit 7e09928

Please sign in to comment.