* Guul Draz Vampire - Fixed that boost and Intimidate were applied if equiped with an equipment instead correctly an opponent had 10 or less life.

This commit is contained in:
LevelX2 2013-07-23 22:41:29 +02:00
parent 839d436f8f
commit 9530be8630
2 changed files with 12 additions and 10 deletions

View file

@ -28,9 +28,9 @@
package mage.abilities.effects.common;
import mage.constants.Outcome;
import mage.abilities.Ability;
import mage.abilities.effects.OneShotEffect;
import mage.constants.Outcome;
import mage.game.Game;
import mage.players.Player;
@ -65,4 +65,4 @@ public class WinGameEffect extends OneShotEffect<WinGameEffect> {
}
return false;
}
}
}