micahstairs / bga-innovation

MIT License
6 stars 2 forks source link

Communist Manifesto doesn't meld a card to the opponents board #1433

Closed ultimatefiend closed 10 months ago

ultimatefiend commented 10 months ago

All cards drawn are melded to the player executing the dogma instead of giving a card to each player.

ultimatefiend commented 10 months ago

The auto execution definitely works at the end. The other cards aren't transferred though.

ultimatefiend commented 10 months ago

Player id isn't using the selected value:

public function getInteractionOptions(): array { if (self::isFirstInteraction()) { return [ 'choose_player' => true, 'players' => self::getAuxiliaryArray(), ]; } else { return [ need player id selection here 'location_from' => Locations::REVEALED, 'location_to' => Locations::BOARD, ]; } }

micahstairs commented 10 months ago

Just pushed a fix (also tracked in https://boardgamearena.com/bug?id=103934).