mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fix issue with Proliferate accidentally overwriting Player proliferate key
This commit is contained in:
@@ -95,9 +95,7 @@ public final class InputProliferate extends InputSelectManyBase<GameEntity> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final CounterType toAdd = choices.size() == 1 ? choices.get(0) : getController().getGui().one("Select counter type", choices);
|
final CounterType toAdd = choices.size() == 1 ? choices.get(0) : getController().getGui().one("Select counter type", choices);
|
||||||
chosenCounters.put(player, toAdd);
|
this.chosenCounters.put(player, toAdd);
|
||||||
|
|
||||||
this.chosenCounters.put(player, CounterType.POISON);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user