Skip to content

Commit

Permalink
Water Government Flavor fix
Browse files Browse the repository at this point in the history
Fixed Southern Water realms being labelled as Northern Water and Northern Water realms being labelled as Anarchy
  • Loading branch information
FauxNight committed Apr 10, 2024
1 parent 96291be commit 201db0e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ government_flavor = {
graphics = GFX_evt_southern_water_tribe
priority = 2
trigger = {
culture = southern_water
culture = northern_water
tier = COUNT
}
}
Expand All @@ -96,7 +96,7 @@ government_flavor = {
graphics = GFX_evt_northern_water_tribe_temple
priority = 2
trigger = {
culture = southern_water
culture = northern_water
tier = DUKE
}
}
Expand All @@ -105,7 +105,7 @@ government_flavor = {
graphics = GFX_evt_northern_water_tribe
priority = 2
trigger = {
culture = southern_water
culture = northern_water
tier = KING
}
}
Expand All @@ -114,7 +114,7 @@ government_flavor = {
graphics = GFX_evt_northern_water_tribe_temple
priority = 2
trigger = {
culture = southern_water
culture = northern_water
tier = EMPEROR
}
}
Expand Down

0 comments on commit 201db0e

Please sign in to comment.