mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Fixed a bug that let cards disappear after moving cards from hand to library (e.g. Teferi's puzzle).
This commit is contained in:
parent
9805f4f9ef
commit
8fb04ddbef
3 changed files with 28 additions and 22 deletions
|
|
@ -30,11 +30,11 @@ package mage.sets.timespiral;
|
|||
import java.util.UUID;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.SimpleStaticAbility;
|
||||
import mage.abilities.common.SimpleActivatedAbility;
|
||||
import mage.abilities.common.SimpleStaticAbility;
|
||||
import mage.abilities.costs.common.TapSourceCost;
|
||||
import mage.abilities.effects.common.continuous.GainAbilityAllEffect;
|
||||
import mage.abilities.effects.common.DamageTargetEffect;
|
||||
import mage.abilities.effects.common.continuous.GainAbilityAllEffect;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Duration;
|
||||
|
|
@ -47,7 +47,8 @@ import mage.target.common.TargetAttackingOrBlockingCreature;
|
|||
*
|
||||
* @author HanClinto
|
||||
*
|
||||
* A relatively straightforward merge between GemhideSliver.java and CrossbowInfantry.java
|
||||
* A relatively straightforward merge between GemhideSliver.java and
|
||||
* CrossbowInfantry.java
|
||||
*/
|
||||
public class QuilledSliver extends CardImpl {
|
||||
|
||||
|
|
@ -78,4 +79,4 @@ public class QuilledSliver extends CardImpl {
|
|||
public QuilledSliver copy() {
|
||||
return new QuilledSliver(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue