We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Group.Select
min
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we change the effect of Goblindbergh to summon at least 4 monsters:
https://github.com/Fluorohydride/ygopro-scripts/blob/fb82902b24fd6b04ef989fbe304a4840add22d40/c25259669.lua#L25
it will still summon 2 monsters from hand if there is only 2 monsters in hand.
Should we change this behavior of
Duel.SelectMatchingCard
andGroup.Select
and so on?The text was updated successfully, but these errors were encountered: