- Converted Singe-Mind Ogre to script.

This commit is contained in:
Sloth
2011-10-07 14:12:13 +00:00
parent 53a8968627
commit 90a44fbc91
3 changed files with 21 additions and 17 deletions

View File

@@ -1568,7 +1568,7 @@ public class CardFactory_Creatures {
//*************** START *********** START **************************
else if (cardName.equals("Singe-Mind Ogre")) {
/*else if (cardName.equals("Singe-Mind Ogre")) {
final SpellAbility ability = new Ability(card, "0") {
@Override
public void resolve() {
@@ -1592,7 +1592,7 @@ public class CardFactory_Creatures {
}
};
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
}*///*************** END ************ END **************************
//*************** START *********** START **************************