mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Fix Bitterbloom Bearer (#8932)
This commit is contained in:
@@ -80,7 +80,7 @@ public class MutateEffect extends SpellAbilityEffect {
|
||||
game.getTriggerHandler().clearActiveTriggers(target, null);
|
||||
game.getTriggerHandler().registerActiveTrigger(target, false);
|
||||
|
||||
game.getAction().moveTo(p.getZone(ZoneType.Merged), host, sa, AbilityKey.newMap());
|
||||
game.getAction().moveTo(p.getZone(ZoneType.Merged), host, sa);
|
||||
|
||||
host.setTapped(target.isTapped());
|
||||
host.setFlipped(target.isFlipped());
|
||||
|
||||
@@ -111,8 +111,7 @@ public class Zone implements java.io.Serializable, Iterable<Card> {
|
||||
final Zone oldZone = game.getZoneOf(c);
|
||||
final ZoneType zt = oldZone == null ? ZoneType.Stack : oldZone.getZoneType();
|
||||
|
||||
// only if the zoneType differs from this
|
||||
// don't go in there is its a control change
|
||||
// don't go in there if its a control change
|
||||
if (zt != zoneType) {
|
||||
c.setTurnInController(getPlayer());
|
||||
c.setTurnInZone(game.getPhaseHandler().getTurn());
|
||||
|
||||
@@ -4,9 +4,9 @@ Types:Creature Faerie Rogue
|
||||
PT:1/1
|
||||
K:Flash
|
||||
K:Flying
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of your upkeep, you lose 1 life and create a 1/1 black Faerie Rogue creature token with flying.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of your upkeep, you lose 1 life and create a 1/1 black Faerie creature token with flying.
|
||||
SVar:TrigLoseLife:DB$ LoseLife | LifeAmount$ 1 | SubAbility$ DBToken
|
||||
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ ub_1_1_faerie_rogue_flying | TokenOwner$ You
|
||||
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ ub_1_1_faerie_flying | TokenOwner$ You
|
||||
SVar:AICastPreference:NeverCastIfLifeBelow$ 4
|
||||
DeckHas:Ability$Token
|
||||
Oracle:Flash\nFlying\nAt the beginning of your upkeep, you lose 1 life and create a 1/1 blue and black Faerie creature token with flying.
|
||||
|
||||
7
forge-gui/res/tokenscripts/ub_1_1_faerie_flying.txt
Normal file
7
forge-gui/res/tokenscripts/ub_1_1_faerie_flying.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Faerie Token
|
||||
ManaCost:no cost
|
||||
Colors:blue,black
|
||||
Types:Creature Faerie
|
||||
PT:1/1
|
||||
K:Flying
|
||||
Oracle:Flying
|
||||
Reference in New Issue
Block a user