mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +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 +
|
||||
" or more: | Crew$ True | Secondary$ True | Defined$ Self | Types$ Creature,Artifact | " +
|
||||
"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);
|
||||
sa.setIntrinsic(intrinsic);
|
||||
|
||||
Reference in New Issue
Block a user