mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Card.java add setBaseLoyalty
This commit is contained in:
@@ -3816,6 +3816,10 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
return getCounters(CounterEnumType.LOYALTY);
|
||||
}
|
||||
|
||||
public final void setBaseLoyalty(final int n) {
|
||||
currentState.setBaseLoyalty(Integer.toString(n));
|
||||
}
|
||||
|
||||
// values that are printed on card
|
||||
public final int getBasePower() {
|
||||
return currentState.getBasePower();
|
||||
|
||||
Reference in New Issue
Block a user