forked from External/mage
Added SacrificeOpponentsEffect.
This commit is contained in:
parent
dbedca4eb8
commit
2cea0215a2
4 changed files with 128 additions and 98 deletions
|
|
@ -27,8 +27,6 @@
|
|||
*/
|
||||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.Outcome;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.dynamicvalue.common.StaticValue;
|
||||
|
|
@ -37,6 +35,8 @@ import mage.game.Game;
|
|||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
/**
|
||||
* The controlling player of the source ability has to sacrifice [count] permanents
|
||||
* that match the [filter].
|
||||
*
|
||||
* @author LevelX
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue