forked from External/mage
* Toxin Sliver - Fixed that the damaged creature was not destroyed.
This commit is contained in:
parent
2d9fa97808
commit
6d17199129
4 changed files with 39 additions and 12 deletions
|
|
@ -33,5 +33,11 @@ package mage.constants;
|
|||
*/
|
||||
public enum SetTargetPointer {
|
||||
|
||||
NONE, PLAYER, SPELL, CARD, PERMANENT, ATTACHED_TO_CONTROLLER
|
||||
NONE,
|
||||
PLAYER,
|
||||
SPELL,
|
||||
CARD,
|
||||
PERMANENT,
|
||||
PERMANENT_TARGET,
|
||||
ATTACHED_TO_CONTROLLER
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue