fix #11959 (Rampage of the Clans)

This commit is contained in:
xenohedron 2024-03-17 20:55:03 -04:00
parent 4b987150b2
commit aaddca61b2

View file

@ -68,6 +68,7 @@ class RampageOfTheClansEffect extends OneShotEffect {
playersWithPermanents.put(controllerId, playersWithPermanents.getOrDefault(controllerId, 0) + 1);
}
}
game.getState().processAction(game);
Token token = new CentaurToken();
for (Map.Entry<UUID, Integer> amountDestroyedByPlayer : playersWithPermanents.entrySet()) {
token.putOntoBattlefield(amountDestroyedByPlayer.getValue(), game, source, amountDestroyedByPlayer.getKey());