forked from External/mage
* Angel of Jubilation - Fixed that it did not only prevent life payment from casting spells or activating abilities (fixes #3663).
This commit is contained in:
parent
57de10d609
commit
ffa837ae95
14 changed files with 118 additions and 40 deletions
|
|
@ -103,7 +103,13 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void setCanPayLifeCost(boolean canPayLifeCost);
|
||||
|
||||
boolean canPayLifeCost();
|
||||
/**
|
||||
* Can the player pay life for spells or activated abilities
|
||||
*
|
||||
* @param Ability
|
||||
* @return
|
||||
*/
|
||||
boolean canPayLifeCost(Ability Ability);
|
||||
|
||||
void setCanPaySacrificeCostFilter(FilterPermanent filter);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue