Skip to content

Commit

Permalink
Fix culture wonkiness for lost_group. (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin authored Mar 5, 2024
1 parent dd495c1 commit 6455575
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ColumnLimit: 160
Cpp11BracedListStyle: true
IndentCaseLabels: true
IndentWidth: 3
SortIncludes: false
DerivePointerAlignment: false
MaxEmptyLinesToKeep: 3
PointerAlignment: Left
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ kamchatkan_g = {
}
tartar = {
}
lost_cultures_group = {
lost_cultures_group = { #cultures present elsewhere have been deleted.
atlantean = {
primary = ATL
}
Expand All @@ -1684,44 +1684,17 @@ lost_cultures_group = {
athenian = {
primary = OAT
}
old_egyptian = {
primary = KEM
}
roman = {
primary = ROM #Already in the game
}
jan_mayenese = {
primary = JMN #Already in the game
}
pruthenian = {
primary = PRT
}
phoenician = {
primary = PHN
}
scanian = {
primary = SCN
}
anglosaxon = {
primary = EGL
}
babylonian = {
primary = BBY
}
etrurian = {
primary = ETL
}
parthian = {
primary = PRA
}
aramaic = {
primary = OSR
}
hebrew = {
primary = JUD
}
scythian = {
primary = SCY
}
}

2 changes: 1 addition & 1 deletion CK2ToEU4/Data_Files/configurables/culture_map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ link = { eu4 = lusitanian ck2 = lusitanian tech = western gfx = westerngfx }
link = { eu4 = galatian_celtic ck2 = galatian tech = western gfx = westerngfx }
link = { eu4 = plashurii ck2 = plashurii tech = western gfx = westerngfx }
link = { eu4 = ghasettian ck2 = ghasettian tech = western gfx = westerngfx }
link = { eu4 = betwani ck2 = betwani = western gfx = westerngfx }
link = { eu4 = betwani ck2 = betwani tech = western gfx = westerngfx }
link = { eu4 = vinetan ck2 = vinetan tech = western gfx = westerngfx }
link = { eu4 = cenabian ck2 = cenabian tech = western gfx = westerngfx }
link = { eu4 = lepontic ck2 = gaulish tech = western gfx = westerngfx region = romandie_area region = switzerland_area region = tirol_area region = carinthia_area region = italy_region }
Expand Down

0 comments on commit 6455575

Please sign in to comment.