mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix #532, Bile Blight bug
This commit is contained in:
parent
05f1a88157
commit
9536066ba4
1 changed files with 5 additions and 0 deletions
|
@ -90,4 +90,9 @@ class BileBlightEffect extends BoostAllEffect {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public BileBlightEffect copy() {
|
||||
return new BileBlightEffect();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue