mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Commander - Fixed cost reduction for casting commander.
This commit is contained in:
parent
0b6f338b2c
commit
0697801cdc
5 changed files with 95 additions and 80 deletions
|
|
@ -609,7 +609,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
@Override
|
||||
public boolean isInUseableZone(Game game, MageObject source, boolean checkLKI) {
|
||||
|
||||
// emblem are always actual
|
||||
// emblem are always actual (also true for a commander? LevelX)
|
||||
if (zone.equals(Zone.COMMAND)) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue