mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
Madness fixes. Removed end_of_turn sound
This commit is contained in:
parent
c97d5e8a35
commit
5c1a2f7a43
3 changed files with 13 additions and 6 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue