Skip to content

Commit

Permalink
Prevent duplicate Carthaginian, Hun and Kemetic cultures with TFE (#1592
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Nov 5, 2023
1 parent 406d618 commit 935ef9d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ albanian = {
}

old_egyptian = {
INVALIDATED_BY = { old_egyptian }
INVALIDATED_BY = { old_egyptian kemetic }

color = hsv { 0.15 1 0.7 }

Expand Down Expand Up @@ -1783,7 +1783,7 @@ siculian = {
}

hunnic = { # ImperatorToCK3
INVALIDATED_BY = { hunnic }
INVALIDATED_BY = { hunnic hun }

color = { 254 204 50 }

Expand Down Expand Up @@ -1913,7 +1913,7 @@ palaungic = { # from AsiaExtended mod https://steamcommunity.com/sharedfiles/fi
}

carthaginian = {
INVALIDATED_BY = { carthaginian }
INVALIDATED_BY = { carthaginian punic }

color = rgb { 74 174 85 }
parents = { phoenician }
Expand Down

0 comments on commit 935ef9d

Please sign in to comment.