fix #14045 (Ultima, Origin of Oblivion)

rename method to correct typo
This commit is contained in:
xenohedron 2025-10-26 18:33:07 -04:00
parent ef4d48a654
commit 313651cfc8
5 changed files with 6 additions and 6 deletions

View file

@ -297,7 +297,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
}
@Override
public void looseAllAbilities(Game game) {
public void loseAllAbilities(Game game) {
CardState cardState = game.getState().getCardState(this.getId());
cardState.setLostAllAbilities(true);
cardState.getAbilities().clear();