Skip to content

Commit

Permalink
Merge pull request #189 from ck2plus/ssi-start-fix
Browse files Browse the repository at this point in the history
Remove SSI Start Spam
  • Loading branch information
schwarherz authored Jun 29, 2021
2 parents 071dda8 + b91baa5 commit 83ee7c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# ALWAYS need to check if they should run.
on_startup = {
events = {
SSI.200 # Check for playable aztec invasion
}
}

Expand Down
1 change: 1 addition & 0 deletions CK2Plus/common/on_actions/99_CK2Plus_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on_startup = {
events = {
maintPlus.012 # Checksum warning
Plus.1752 # Ironman warning
PlusSSI.200 # Check for playable aztec invasion
}
}

Expand Down
8 changes: 5 additions & 3 deletions CK2Plus/events/000_CK2Plus_sunset_invasion.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
namespace = PlusSSI

# Check for playable Aztec invasion
character_event = {
id = SSI.200
id = PlusSSI.200

hide_window = yes
is_triggered_only = yes
Expand Down Expand Up @@ -30,15 +32,15 @@ character_event = {
}
}

character_event = { id = SSI.201 }
character_event = { id = PlusSSI.201 }
}
}
}
}

# Ask player about becoming Aztec invader
character_event = {
id = SSI.201
id = PlusSSI.201
desc = EVTDESC_SSI_001
picture = GFX_evt_aztec_explorers
border = GFX_event_normal_frame_war
Expand Down

0 comments on commit 83ee7c4

Please sign in to comment.