remove some beginnings of Replicate that got checked in with Temporal Aperture fix.

This commit is contained in:
jendave
2011-08-06 15:16:45 +00:00
parent c0b65cd60c
commit 8389da3765

View File

@@ -794,18 +794,6 @@ public class CardFactory implements NewConstants {
}
}
if (hasKeyword(card, "Replicate") != -1) {
int n = hasKeyword(card, "Replicate");
if (n!= -1) {
String parse = card.getKeyword().get(n).toString();
String k[] = parse.split("cate ");
SpellAbility sa = card.getSpellAbility()[0];
sa.setIsReplicate(true);
sa.setReplicateManaCost(k[1]);
}
}
/*
//Creatures with self-regenerate abilities
//-1 means keyword "RegenerateMe" not found