Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duel.SelectMatchingCard and Group.Select will return group with count less than min if the avail cards is not enough #2462

Open
mercury233 opened this issue Oct 8, 2022 · 0 comments

Comments

@mercury233
Copy link
Collaborator

If we change the effect of Goblindbergh to summon at least 4 monsters:
https://github.com/Fluorohydride/ygopro-scripts/blob/fb82902b24fd6b04ef989fbe304a4840add22d40/c25259669.lua#L25

local g=Duel.SelectMatchingCard(tp,c25259669.filter,tp,LOCATION_HAND,0,4,4,nil,e,tp)

it will still summon 2 monsters from hand if there is only 2 monsters in hand.

Should we change this behavior of Duel.SelectMatchingCard and Group.Select and so on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant