- Fixed Curse of Thirst.

This commit is contained in:
Sloth
2012-05-09 10:54:57 +00:00
parent 1e63786b45
commit c5579de189

View File

@@ -2049,9 +2049,6 @@ public class AbilityFactory {
players.add(p);
}
} else if (defined.equals("EnchantedPlayer")) {
if (card.getEnchantingCard() == null) {
return players;
}
final Object o = sa.getSourceCard().getEnchanting();
if (o instanceof Player) {
if (!players.contains(o)) {