mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- ORI: Added 2 Renown cards
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user