- Added Taunt

This commit is contained in:
swordshine
2013-04-24 12:19:44 +00:00
parent cd7d435977
commit d3ac169d03
3 changed files with 10 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ public class MustAttackEffect extends SpellAbilityEffect {
if (sa.getParam("Defender").equals("Self")) {
defender = host.toString();
} else {
// TODO - if more needs arise in the future
defender = host.getController().toString();
}
for (final Player player : tgtPlayers) {