mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed Curse of Thirst.
This commit is contained in:
@@ -2049,9 +2049,6 @@ public class AbilityFactory {
|
|||||||
players.add(p);
|
players.add(p);
|
||||||
}
|
}
|
||||||
} else if (defined.equals("EnchantedPlayer")) {
|
} else if (defined.equals("EnchantedPlayer")) {
|
||||||
if (card.getEnchantingCard() == null) {
|
|
||||||
return players;
|
|
||||||
}
|
|
||||||
final Object o = sa.getSourceCard().getEnchanting();
|
final Object o = sa.getSourceCard().getEnchanting();
|
||||||
if (o instanceof Player) {
|
if (o instanceof Player) {
|
||||||
if (!players.contains(o)) {
|
if (!players.contains(o)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user