Skip to content

Commit 0c0cc8c

Browse files
authored
Support for the West Slavic Attire DLC (#2346) #minor
1 parent 9e7b8b3 commit 0c0cc8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ImperatorToCK3/CK3/World.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ private void DetermineCK3Dlcs(Configuration config) {
10901090
{"dlc013.dlc", "couture_of_capets"},
10911091
{"dlc014.dlc", "roads_to_power"},
10921092
{"dlc015.dlc", "wandering_nobles"},
1093+
{"dlc016.dlc", "west_slavic_attire"},
10931094
};
10941095

10951096
var dlcFiles = Directory.GetFiles(dlcFolderPath, "*.dlc", SearchOption.AllDirectories);

0 commit comments

Comments
 (0)