mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Merge branch 'triggerFixStack' into 'master'
GameAction: fix Trigger for Stack Closes #1309 See merge request core-developers/forge!2572
This commit is contained in:
@@ -375,7 +375,7 @@ public class GameAction {
|
|||||||
// the LKI needs to be the Card itself,
|
// the LKI needs to be the Card itself,
|
||||||
// or it might not updated correctly
|
// or it might not updated correctly
|
||||||
// TODO be reworked when ZoneTrigger Update is done
|
// TODO be reworked when ZoneTrigger Update is done
|
||||||
if (toBattlefield) {
|
if (toBattlefield || zoneTo.is(ZoneType.Stack)) {
|
||||||
lastKnownInfo = c;
|
lastKnownInfo = c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Maelstrom Nexus
|
Name:Maelstrom Nexus
|
||||||
ManaCost:W U B R G
|
ManaCost:W U B R G
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
S:Mode$ Continuous | Affected$ Card.YouCtrl | AffectedZone$ Exile,Graveyard,Hand,Library,Command | CheckSVar$ Y | SVarCompare$ EQ0 | AddKeyword$ Cascade | Description$ The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)
|
S:Mode$ Continuous | Affected$ Card.YouCtrl | AffectedZone$ Stack | CheckSVar$ Y | SVarCompare$ EQ0 | AddKeyword$ Cascade | Description$ The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)
|
||||||
SVar:Y:Count$ThisTurnCast_Card.YouCtrl
|
SVar:Y:Count$ThisTurnCast_Card.YouCtrl
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/maelstrom_nexus.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/maelstrom_nexus.jpg
|
||||||
Oracle:The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)
|
Oracle:The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)
|
||||||
|
|||||||
Reference in New Issue
Block a user