mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08: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…
Add table
Add a link
Reference in a new issue