Skip to content

Commit

Permalink
Add decrease to EffChange (SkriptLang#5976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusezion authored Sep 8, 2023
1 parent 76db944 commit a069103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/effects/EffChange.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class EffChange extends Effect {
{"remove (all|every) %objects% from %~objects%", ChangeMode.REMOVE_ALL},

{"(remove|subtract) %objects% from %~objects%", ChangeMode.REMOVE},
{"reduce %~objects% by %objects%", ChangeMode.REMOVE},
{"(reduce|decrease) %~objects% by %objects%", ChangeMode.REMOVE},

{"(delete|clear) %~objects%", ChangeMode.DELETE},

Expand Down

0 comments on commit a069103

Please sign in to comment.