* Toxin Sliver - Fixed that the damaged creature was not destroyed.

This commit is contained in:
LevelX2 2017-12-28 15:57:31 +01:00
parent 2d9fa97808
commit 6d17199129
4 changed files with 39 additions and 12 deletions

View file

@ -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
}