mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed an error
This commit is contained in:
parent
7caf4f61cb
commit
6754636f86
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class LoseLifeOpponentsEffect extends OneShotEffect {
|
|||
|
||||
private DynamicValue amount;
|
||||
|
||||
publicLoseLifeOpponentsEffect(int amount) {
|
||||
public LoseLifeOpponentsEffect(int amount) {
|
||||
this(StaticValue.get(amount));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue