mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed PumpAll effect
This commit is contained in:
@@ -126,11 +126,10 @@ public class PumpAllEffect extends SpellAbilityEffect {
|
||||
}
|
||||
|
||||
list = new ArrayList<Card>();
|
||||
if (tgtPlayers.isEmpty()) {
|
||||
if (!sa.usesTargeting()) {
|
||||
for (final ZoneType zone : affectedZones) {
|
||||
list.addAll(game.getCardsIn(zone));
|
||||
}
|
||||
|
||||
} else {
|
||||
for (final ZoneType zone : affectedZones) {
|
||||
for (final Player p : tgtPlayers) {
|
||||
|
||||
Reference in New Issue
Block a user