mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Cateran Overlord regen ability to AbilityFactory.
This commit is contained in:
@@ -4,6 +4,7 @@ Types:Creature Horror Mercenary
|
||||
Text:no text
|
||||
PT:7/5
|
||||
K:SearchMerc:6
|
||||
A:AB$Regenerate|Cost$Sac<1/Creature>|SpellDescription$Regenerate CARDNAME.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cateran_overlord.jpg
|
||||
End
|
||||
|
||||
@@ -13268,7 +13268,7 @@ public class CardFactory_Creatures {
|
||||
a2.setBeforePayMana(runtime);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Cateran Overlord")) {
|
||||
|
||||
@@ -13321,7 +13321,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
a2.setBeforePayMana(runtime);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Rakka Mar")) {
|
||||
|
||||
Reference in New Issue
Block a user