mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed Curse of Thirst.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user