- ORI: Added 2 Renown cards

This commit is contained in:
swordshine
2015-06-23 10:44:04 +00:00
parent 431554e8b5
commit f4bf0e4fc7
9 changed files with 115 additions and 3 deletions

View File

@@ -235,7 +235,9 @@ public class GameCopier {
newCard.setMonstrous(true);
newCard.setMonstrosityNum(c.getMonstrosityNum());
}
if (c.isRenowned()) {
newCard.setRenowned(true);
}
if (c.isPlaneswalker()) {
for (SpellAbility sa : c.getAllSpellAbilities()) {
SpellAbilityRestriction restrict = sa.getRestrictions();