mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Now Planeswalkers use counters for loyalty. Fixed Issue 69.
This commit is contained in:
parent
13497ec651
commit
d5c4ac371a
32 changed files with 169 additions and 64 deletions
|
|
@ -66,9 +66,9 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
|
||||
protected void init(Card card) {
|
||||
copyFromCard(card);
|
||||
if (card.getCardType().contains(CardType.PLANESWALKER)) {
|
||||
/*if (card.getCardType().contains(CardType.PLANESWALKER)) {
|
||||
this.loyalty = new MageInt(card.getLoyalty().getValue());
|
||||
}
|
||||
}*/
|
||||
if (card instanceof LevelerCard) {
|
||||
levelerRules = ((LevelerCard)card).getRules();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue