Skip to content

Commit

Permalink
any_state_in should change the scope to state
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpinia committed Dec 13, 2024
1 parent 905f449 commit 7ed0d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Config/triggers_gtd.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ alias[trigger:has_naval_invasion_against_state] = {

### check if any state in the given category meets the trigger.
## scope = any
## push_scope = state
alias[trigger:any_state_in] = {
## cardinality = 0..1
tooltip = localisation
Expand All @@ -129,6 +130,7 @@ alias[trigger:any_state_in] = {
}
### check if any state in the given category meets the trigger.
## scope = any
## push_scope = state
alias[trigger:any_state_in] = {
## cardinality = 0..1
tooltip = localisation
Expand All @@ -138,6 +140,7 @@ alias[trigger:any_state_in] = {
}
### check if any state in the given category meets the trigger.
## scope = any
## push_scope = state
alias[trigger:any_state_in] = {
## cardinality = 0..1
tooltip = localisation
Expand All @@ -147,6 +150,7 @@ alias[trigger:any_state_in] = {
}
### check if any state in the given category meets the trigger.
## scope = any
## push_scope = state
alias[trigger:any_state_in] = {
## cardinality = 0..1
tooltip = localisation
Expand Down

0 comments on commit 7ed0d6c

Please sign in to comment.