forked from External/mage
[LTC] Implement Denethor, Stone Seer (#10709)
* [LTC] Implement Denethor, Stone Seer * rename game.damagePlayerOrPlaneswalker. Reason being that It does actually damage any player or permanent.
This commit is contained in:
parent
74caa905c3
commit
4554fbc408
28 changed files with 122 additions and 31 deletions
|
|
@ -573,9 +573,9 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
|
|||
*/
|
||||
void takeInitiative(Ability source, UUID initiativeId);
|
||||
|
||||
int damagePlayerOrPlaneswalker(UUID playerOrWalker, int damage, UUID attackerId, Ability source, Game game, boolean combatDamage, boolean preventable);
|
||||
int damagePlayerOrPermanent(UUID playerOrPermanent, int damage, UUID attackerId, Ability source, Game game, boolean combatDamage, boolean preventable);
|
||||
|
||||
int damagePlayerOrPlaneswalker(UUID playerOrWalker, int damage, UUID attackerId, Ability source, Game game, boolean combatDamage, boolean preventable, List<UUID> appliedEffects);
|
||||
int damagePlayerOrPermanent(UUID playerOrPermanent, int damage, UUID attackerId, Ability source, Game game, boolean combatDamage, boolean preventable, List<UUID> appliedEffects);
|
||||
|
||||
Mulligan getMulligan();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue