mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Refactor: Fix spelling (#9238)
This commit is contained in:
parent
f6ff32e38b
commit
545b7c143d
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
return false;
|
||||
}
|
||||
|
||||
// as copy, tries to applie cost effects and pays
|
||||
// Copy, and try to pay for and apply effects
|
||||
Ability activatingAbility = ability.copy();
|
||||
if (activatingAbility.activate(game, false)) {
|
||||
result = playLand(card, game, false);
|
||||
|
|
Loading…
Reference in a new issue