Skip to content

Commit 2eec17f

Browse files
authored
Recognize "Medieval Monuments" and "Arctic Attire" DLCs (#2517) #patch
1 parent a23b15e commit 2eec17f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ImperatorToCK3/CK3/World.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,8 @@ private void DetermineCK3Dlcs(Configuration config) {
11341134
{"dlc014.dlc", "roads_to_power"},
11351135
{"dlc015.dlc", "wandering_nobles"},
11361136
{"dlc016.dlc", "west_slavic_attire"},
1137+
{"dlc017.dlc", "medieval_monuments"},
1138+
{"dlc018.dlc", "arctic_attire"},
11371139
};
11381140

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

0 commit comments

Comments
 (0)