micahstairs / bga-innovation

MIT License
6 stars 2 forks source link

Necronomicon only returns single cards instead of all #1425

Closed ultimatefiend closed 11 months ago

ultimatefiend commented 11 months ago

public function getInteractionOptions(): array { $location = self::getAuxiliaryValue() == Colors::YELLOW ? 'hand' : 'score'; return [ 'location_from' => $location, 'return_keyword' => true, ]; }

doesn't say "all"