mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
comment out Rathi Trapper. now handled by keyword.
This commit is contained in:
@@ -9060,7 +9060,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
if(cardName.equals("Rathi Trapper")) {
|
if(cardName.equals("Rathi Trapper")) {
|
||||||
final SpellAbility ability = new Ability_Tap(card, "B") {
|
final SpellAbility ability = new Ability_Tap(card, "B") {
|
||||||
@@ -9113,6 +9113,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
|
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user