forked from External/mage
[ONE] Implement Kaito, Dancing Shadow (#10009)
This commit is contained in:
parent
834ef4c2c6
commit
9ab63b73ca
8 changed files with 354 additions and 4 deletions
|
|
@ -480,6 +480,13 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setLoyaltyActivationsAvailable(int setActivations) {
|
||||
if(this.loyaltyActivationsAvailable < setActivations) {
|
||||
this.loyaltyActivationsAvailable = setActivations;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addLoyaltyUsed() {
|
||||
this.timesLoyaltyUsed++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue