Skip to content

Commit

Permalink
Disable TFE's struggle in Italy (#1942) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored May 9, 2024
1 parent a05b732 commit 1f65603
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ImperatorToCK3/Outputter/OnActionOutputter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ public static void RemoveStruggleStartFromFallenEagleOnActions(ModFilesystem ck3
start_struggle = { struggle_type = britannia_struggle start_phase = struggle_britannia_phase_migration }
}
""",
"""
if = {
limit = {
game_start_date >= 476.9.4
}
start_struggle = { struggle_type = italian_struggle start_phase = struggle_TFE_italian_phase_turmoil }
}
""",
"""
if = {
limit = {
Expand Down

0 comments on commit 1f65603

Please sign in to comment.