mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- More Champion fixes.
This commit is contained in:
@@ -4169,6 +4169,8 @@ public class CardFactory_Creatures {
|
|||||||
abilityComes.setTargetCard(target);
|
abilityComes.setTargetCard(target);
|
||||||
AllZone.Stack.add(abilityComes);
|
AllZone.Stack.add(abilityComes);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
AllZone.GameAction.sacrifice(card);
|
||||||
}//else
|
}//else
|
||||||
}//execute()
|
}//execute()
|
||||||
};//CommandComes
|
};//CommandComes
|
||||||
@@ -4295,9 +4297,7 @@ public class CardFactory_Creatures {
|
|||||||
AllZone.Stack.add(abilityComes);
|
AllZone.Stack.add(abilityComes);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
AllZone.GameAction.sacrifice(card);
|
AllZone.GameAction.sacrifice(card);
|
||||||
}
|
|
||||||
}//computer
|
}//computer
|
||||||
}//execute()
|
}//execute()
|
||||||
};//CommandComes
|
};//CommandComes
|
||||||
@@ -4461,6 +4461,8 @@ public class CardFactory_Creatures {
|
|||||||
abilityComes.setTargetCard(target);
|
abilityComes.setTargetCard(target);
|
||||||
AllZone.Stack.add(abilityComes);
|
AllZone.Stack.add(abilityComes);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
AllZone.GameAction.sacrifice(card);
|
||||||
}//else
|
}//else
|
||||||
}//execute()
|
}//execute()
|
||||||
};//CommandComes
|
};//CommandComes
|
||||||
|
|||||||
Reference in New Issue
Block a user