mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Sunlance should be cascadable.
- Fixed Dovescape token controllership bug. - Fixed Sower of Temptation (AI targeting should happen only once, as it hits play).
This commit is contained in:
@@ -7411,7 +7411,14 @@ public class CardFactory implements NewConstants {
|
||||
if((!CardUtil.getColors(card).contains(Constant.Color.White)) && card.isCreature()
|
||||
&& zone.is(Constant.Zone.Play)) {
|
||||
spell.setTargetCard(card);
|
||||
stopSetNext(new Input_PayManaCost(spell));
|
||||
if (this.isFree())
|
||||
{
|
||||
this.setFree(false);
|
||||
AllZone.Stack.add(spell);
|
||||
stop();
|
||||
}
|
||||
else
|
||||
stopSetNext(new Input_PayManaCost(spell));
|
||||
}
|
||||
}
|
||||
};//SpellAbility - target
|
||||
|
||||
Reference in New Issue
Block a user