mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed some extrinsic keywords not being HIDDEN.
This commit is contained in:
@@ -179,7 +179,7 @@ public class ManaEffect extends SpellAbilityEffect {
|
|||||||
// convert these to SubAbilities when appropriate
|
// convert these to SubAbilities when appropriate
|
||||||
if (sa.hasParam("Stuck")) {
|
if (sa.hasParam("Stuck")) {
|
||||||
sa.setUndoable(false);
|
sa.setUndoable(false);
|
||||||
card.addExtrinsicKeyword("This card doesn't untap during your next untap step.");
|
card.addHiddenExtrinsicKeyword("This card doesn't untap during your next untap step.");
|
||||||
}
|
}
|
||||||
|
|
||||||
final String deplete = sa.getParam("Deplete");
|
final String deplete = sa.getParam("Deplete");
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ public class MagicStack extends MyObservable {
|
|||||||
if ((ability.getRestrictions().getActivationNumberSacrifice() != -1)
|
if ((ability.getRestrictions().getActivationNumberSacrifice() != -1)
|
||||||
&& (ability.getRestrictions().getNumberTurnActivations() >= ability.getRestrictions()
|
&& (ability.getRestrictions().getNumberTurnActivations() >= ability.getRestrictions()
|
||||||
.getActivationNumberSacrifice())) {
|
.getActivationNumberSacrifice())) {
|
||||||
ability.getSourceCard().addExtrinsicKeyword("At the beginning of the end step, sacrifice CARDNAME.");
|
ability.getSourceCard().addHiddenExtrinsicKeyword("At the beginning of the end step, sacrifice CARDNAME.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// if the ability is a spell, but not a copied spell and its not already
|
// if the ability is a spell, but not a copied spell and its not already
|
||||||
|
|||||||
Reference in New Issue
Block a user