mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Soul Ransom - Fixed handling of some rare cases (e.g. Vedalken Orrery in play using Boomerang and playing Soul Ransom again).
This commit is contained in:
parent
765c42b2c6
commit
2b69f1a311
2 changed files with 8 additions and 3 deletions
|
|
@ -250,6 +250,7 @@ public abstract class ActivatedAbilityImpl extends AbilityImpl implements Activa
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setMayActivate(TargetController mayActivate) {
|
||||
this.mayActivate = mayActivate;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue