mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix wrong reset
This commit is contained in:
@@ -52,7 +52,7 @@ public class CostAdjustment {
|
||||
boolean isStateChangeToFaceDown = false;
|
||||
|
||||
if (sa.isSpell()) {
|
||||
if (sa.isCastFaceDown()) {
|
||||
if (sa.isCastFaceDown() && !host.isFaceDown()) {
|
||||
// Turn face down to apply cost modifiers correctly
|
||||
host.turnFaceDownNoUpdate();
|
||||
isStateChangeToFaceDown = true;
|
||||
@@ -181,7 +181,7 @@ public class CostAdjustment {
|
||||
boolean isStateChangeToFaceDown = false;
|
||||
|
||||
if (sa.isSpell()) {
|
||||
if (sa.isCastFaceDown()) {
|
||||
if (sa.isCastFaceDown() && !originalCard.isFaceDown()) {
|
||||
// Turn face down to apply cost modifiers correctly
|
||||
originalCard.turnFaceDownNoUpdate();
|
||||
isStateChangeToFaceDown = true;
|
||||
|
||||
@@ -2,6 +2,5 @@ Name:Lumithread Field
|
||||
ManaCost:1 W
|
||||
Types:Enchantment
|
||||
K:Morph:1 W
|
||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddToughness$ 1 | CheckSVar$ X | SVarCompare$ EQ1 | Description$ Creatures you control get +0/+1.
|
||||
SVar:X:Count$Valid Card.Self+nonCreature+faceUp
|
||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddToughness$ 1 | Description$ Creatures you control get +0/+1.
|
||||
Oracle:Creatures you control get +0/+1.\nMorph {1}{W} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)
|
||||
|
||||
Reference in New Issue
Block a user