Skip to content

Commit e47a236

Browse files
authored
Fix some problems found by ck3-tiger (#2672) #patch
1 parent 12fde3b commit e47a236

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/workflows/ck3-tiger.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ filter = {
142142
text = "missing english localization key kabarism_old_adherent_plural"
143143
text = "missing english localization key kabarism_old_adj"
144144
text = "missing english localization key zun_pagan_desc"
145+
text = "missing english localization key kushitism_pagan_desc"
145146

146147
text = "missing english localization key menacing_wooden_sword"
148+
text = "missing english localization key REMOVE_REGENT_WAR_NAME_BASE" # seems to be a vanilla CK3 error
147149
}
148150
}
149151
}

ImperatorToCK3/Data_Files/configurables/ck3_characters_to_preserve.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@ after_bookmark_date = {
7777
# Characters referenced in gfx\portraits\portrait_modifiers\06_clothes_special.txt
7878
223523
7979

80+
# Characters referenced in common\on_action\war_on_actions.txt
81+
mpo_mongol_1
82+
83+
# Characters referenced in common\scripted_effects\00_tributary_setup_effects.txt
84+
fictional_mogyers_1
85+
34872
86+
188834
87+
188852
88+
188834
89+
fictional_karluks_16
90+
fictional_karluks_18
91+
74031
92+
fictional_turkish_5
93+
fictional_turkish_7
94+
fictional_turkish_9
95+
fictional_turkish_10
96+
fictional_turkish_11
97+
fictional_turkish_13
98+
fictional_turkish_31
99+
fictional_turkish_33
100+
80101
# Easter egg characters:
81102
easteregg_veronica_pazos
82103
easteregg_jakub_potapczyk

ImperatorToCK3/Data_Files/configurables/removable_file_blocks.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,10 @@
10131013
limit = { exists = character:3096 }
10141014
character:3096 = { trigger_event = diarchy.0012 }
10151015
}
1016+
else_if = {
1017+
limit = { exists = character:188912 }
1018+
character:188912 = { trigger_event = diarchy.0012 }
1019+
}
10161020
}
10171021
{
10181022
### STRUGGLES ###

0 commit comments

Comments
 (0)