fixed an error

This commit is contained in:
Evan Kranzler 2020-06-21 22:39:09 -04:00
parent 7caf4f61cb
commit 6754636f86

View file

@ -20,7 +20,7 @@ public class LoseLifeOpponentsEffect extends OneShotEffect {
private DynamicValue amount;
publicLoseLifeOpponentsEffect(int amount) {
public LoseLifeOpponentsEffect(int amount) {
this(StaticValue.get(amount));
}