add Ring of Gix (from Urza's Legacy)

This commit is contained in:
jendave
2011-08-06 08:07:31 +00:00
parent f599376197
commit b5d71ea731
3 changed files with 11 additions and 1 deletions

View File

@@ -9109,7 +9109,7 @@ public class CardFactory implements NewConstants {
//*****************************START*******************************
else if(cardName.equals("Icy Manipulator")) {
else if(cardName.equals("Icy Manipulator") || cardName.equals("Ring of Gix")) {
/* The Rules state that this can target a tapped card, but it won't do anything */
final Ability_Tap ability = new Ability_Tap(card, "1") {