mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
fix Old Man of the Sea (it would never stop targeting). bug in my custom input.
This commit is contained in:
@@ -18276,8 +18276,7 @@ public class CardFactory_Creatures {
|
|||||||
public void selectCard(Card c, PlayerZone zone) {
|
public void selectCard(Card c, PlayerZone zone) {
|
||||||
if(zone.is(Constant.Zone.Play) && c.isCreature() && (c.getNetAttack() <= power)) {
|
if(zone.is(Constant.Zone.Play) && c.isCreature() && (c.getNetAttack() <= power)) {
|
||||||
ability.setTargetCard(c);
|
ability.setTargetCard(c);
|
||||||
this.setFree(false);
|
stopSetNext(new Input_NoCost_TapAbility(ability));
|
||||||
AllZone.Stack.add(ability);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};//input
|
};//input
|
||||||
|
|||||||
Reference in New Issue
Block a user