mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Crew StackDesc remove random )
This commit is contained in:
@@ -3401,7 +3401,7 @@ public class CardFactoryUtil {
|
|||||||
"CostDesc$ Crew " + power + " (Tap any number of creatures you control with total power " + power +
|
"CostDesc$ Crew " + power + " (Tap any number of creatures you control with total power " + power +
|
||||||
" or more: | Crew$ True | Secondary$ True | Defined$ Self | Types$ Creature,Artifact | " +
|
" or more: | Crew$ True | Secondary$ True | Defined$ Self | Types$ Creature,Artifact | " +
|
||||||
"RemoveCardTypes$ True | StackDescription$ SpellDescription | SpellDescription$ CARDNAME becomes" +
|
"RemoveCardTypes$ True | StackDescription$ SpellDescription | SpellDescription$ CARDNAME becomes" +
|
||||||
" an artifact creature until end of turn.)";
|
" an artifact creature until end of turn.";
|
||||||
|
|
||||||
final SpellAbility sa = AbilityFactory.getAbility(effect, card);
|
final SpellAbility sa = AbilityFactory.getAbility(effect, card);
|
||||||
sa.setIntrinsic(intrinsic);
|
sa.setIntrinsic(intrinsic);
|
||||||
|
|||||||
Reference in New Issue
Block a user