* Commander - Fixed cost reduction for casting commander.

This commit is contained in:
LevelX2 2013-11-01 17:03:33 +01:00
parent 0b6f338b2c
commit 0697801cdc
5 changed files with 95 additions and 80 deletions

View file

@ -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;
}