Madness fixes. Removed end_of_turn sound

This commit is contained in:
magenoxx 2012-08-03 17:11:16 +04:00
parent c97d5e8a35
commit 5c1a2f7a43
3 changed files with 13 additions and 6 deletions

View file

@ -211,6 +211,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
return false;
}
}
//20100716 - 601.2g
if (!costs.pay(this, game, sourceId, controllerId, noMana)) {
logger.debug("activate failed - non mana costs");