forked from External/mage
Fixed missing override, restored and additional comments
This commit is contained in:
parent
f307bffcda
commit
05b1366c39
3 changed files with 22 additions and 2 deletions
|
|
@ -101,6 +101,7 @@ public class ModalDoubleFacesCardHalfImpl extends CardImpl implements ModalDoubl
|
|||
this.setPT(new MageInt(power), new MageInt(toughness));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPT(MageInt power, MageInt toughness) {
|
||||
this.power = power;
|
||||
this.toughness = toughness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue