Skip to content

Commit

Permalink
settings event fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritBaker committed Jun 18, 2022
1 parent ba87ebe commit dcda8d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions customizable_localization/dif_customizable_localization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,13 @@ defined_text = {
trigger = {
has_global_flag = scaling_difficulty_flag
}
localisation_key = scadifDisabled
localisation_key = scadifEnabled

}
text = {
trigger = {
NOT = { has_global_flag = scaling_difficulty_flag }
}
localisation_key = scadifEnabled
localisation_key = scadifDisabled
}
}

0 comments on commit dcda8d8

Please sign in to comment.