Skip to content

Commit

Permalink
Switch alias key fields ready for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Sep 23, 2019
1 parent 6d2e500 commit 380ccc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/effects.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ alias[effect:heir] = { alias_name[effect] = alias_match_left[effect] }

### Executes the first appropriate effect set for a specific trigger treated as NOT.
alias[effect:inverted_switch] = {
trigger = scalar
trigger = alias_keys_field[trigger]
## cardinality = 0..inf
scalar = {
## cardinality = 0..inf
Expand Down Expand Up @@ -2707,7 +2707,7 @@ alias[effect:stop_crisis_sound] = yes

### Executes the first appropriate effect set for a specific trigger
alias[effect:switch] = {
trigger = scalar
trigger = alias_keys_field[trigger]
## cardinality = 0..inf
scalar = {
## cardinality = 0..inf
Expand Down
4 changes: 2 additions & 2 deletions config/triggers.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ enums = {

### Switch case for a trigger treated as NOT.
alias[trigger:inverted_switch] = {
trigger = scalar
trigger = alias_keys_field[trigger]
## cardinality = 0..inf
scalar = {
## cardinality = 0..inf
Expand Down Expand Up @@ -1266,7 +1266,7 @@ alias[trigger:success_text] = {

### Switch case for a trigger
alias[trigger:switch] = {
trigger = scalar
trigger = alias_keys_field[trigger]
## cardinality = 0..inf
scalar = {
## cardinality = 0..inf
Expand Down

0 comments on commit 380ccc8

Please sign in to comment.