mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Fix Navigator's Compass not working while casting spells
This commit is contained in:
parent
8243c19fdf
commit
dd8d86ba95
6 changed files with 49 additions and 85 deletions
|
|
@ -96,7 +96,7 @@ class QuicksilverFountainEffect extends OneShotEffect {
|
|||
Permanent landChosen = game.getPermanent(source.getFirstTarget());
|
||||
landChosen.addCounters(CounterType.FLOOD.createInstance(), player.getId(), source, game);
|
||||
ContinuousEffect becomesBasicLandTargetEffect
|
||||
= new BecomesBasicLandTargetEffect(Duration.Custom, false, SubType.ISLAND);
|
||||
= new BecomesBasicLandTargetEffect(Duration.Custom, SubType.ISLAND);
|
||||
ConditionalContinuousEffect effect
|
||||
= new ConditionalContinuousEffect(becomesBasicLandTargetEffect,
|
||||
new LandHasFloodCounterCondition(), staticText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue