mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
* Marisi, Breaker of the Coil - Fixed can't cast ability.
This commit is contained in:
parent
ffc5f33cd0
commit
d3a925d2c9
2 changed files with 8 additions and 8 deletions
|
|
@ -28,6 +28,7 @@ public enum Outcome {
|
|||
PutManaInPool(true),
|
||||
Regenerate(true),
|
||||
PreventDamage(true),
|
||||
PreventCast(false),
|
||||
RedirectDamage(true),
|
||||
Tap(false),
|
||||
Transform(true),
|
||||
|
|
@ -40,6 +41,7 @@ public enum Outcome {
|
|||
Removal(false),
|
||||
AIDontUseIt(false),
|
||||
Vote(true);
|
||||
|
||||
private final boolean good; // good or bad effect for targeting player (for AI usage)
|
||||
private boolean canTargetAll;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue