Page 1 of 1

[fixed]Fecundity

PostPosted: 25 Feb 2023, 19:48
by Althuna
Describe the Bug:

It should only be the creature's controller, but it lets anyone. Also it should only be 1 card for each creature but it lets you draw any number :D


Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Duel
Update: October 2022 - Rebels & Rhystics to Pathways & Pests


What exactly should be the correct behavior/interaction?
It should only be the creature's controller, but it lets anyone. Also it should only be 1 card for each creature but it lets you draw any number :D


Are any other cards possibly affected by this bug?
not sure

Re: Fecundity

PostPosted: 25 Feb 2023, 21:49
by Aswan jaguar
Fix Fecundity not show choose menu for a player who can't draw.

int draw_up_to_n_cards() now doesn't let you draw more cards than the maximum cards you can draw. If you try and choose to draw more than the panel suggests then it draws the maximum number of cards you can draw due to the trigger.
Both fixed in commit 81f7627.