Removed a out-dated comment in Rite of Replication's code

This commit is contained in:
jendave
2011-08-06 04:50:05 +00:00
parent 26d9612821
commit 532b76993c

View File

@@ -16292,7 +16292,7 @@ public class CardFactory implements NewConstants {
Copy.setToken(true);
Copy.setController(card.getController());
play.add(Copy);
AllZone.Display.showMessage("Hack for Legendaries going to the graveyard :)"); // Not Working + AI is stuffed
AllZone.Display.showMessage("Hack for Legendaries going to the graveyard :)");
}//for
}