mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fixed Vance's Blasting Cannons
This commit is contained in:
parent
f9828755c8
commit
54ada45dfa
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ class CastFromNonHandZoneTargetEffect extends AsThoughEffectImpl {
|
|||
class VancesBlastingCannonsFlipTrigger extends TriggeredAbilityImpl {
|
||||
|
||||
public VancesBlastingCannonsFlipTrigger() {
|
||||
super(Zone.BATTLEFIELD, new TransformSourceEffect(true));
|
||||
super(Zone.BATTLEFIELD, new TransformSourceEffect(true), true);
|
||||
}
|
||||
|
||||
public VancesBlastingCannonsFlipTrigger(final VancesBlastingCannonsFlipTrigger ability) {
|
||||
|
|
@ -189,6 +189,6 @@ class VancesBlastingCannonsFlipTrigger extends TriggeredAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Whenever you cast your third spell in a turn, transform {this}";
|
||||
return "Whenever you cast your third spell in a turn, you may transform {this}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue