mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
fix verify failures
This commit is contained in:
parent
23c6b42ee0
commit
32d1cf3e43
8 changed files with 20 additions and 14 deletions
|
|
@ -17,7 +17,6 @@ public class BlightTargetEffect extends OneShotEffect {
|
|||
public BlightTargetEffect(int amount) {
|
||||
super(Outcome.Detriment);
|
||||
this.amount = amount;
|
||||
staticText = "blight " + amount;
|
||||
}
|
||||
|
||||
private BlightTargetEffect(final BlightTargetEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue