mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Fixed another bug of renown.
This commit is contained in:
parent
b2ed48da87
commit
a4f76a1fb8
2 changed files with 3 additions and 2 deletions
|
|
@ -176,6 +176,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
this.maxBlockedBy = permanent.maxBlockedBy;
|
||||
this.transformed = permanent.transformed;
|
||||
this.monstrous = permanent.monstrous;
|
||||
this.renown = permanent.renown;
|
||||
this.pairedCard = permanent.pairedCard;
|
||||
this.timesLoyaltyUsed = permanent.timesLoyaltyUsed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue