-
Notifications
You must be signed in to change notification settings - Fork 782
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
[DSK] Implement Grab the Prize #13049
Conversation
Merging master to fork
Merge 2024/10/29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All fine, only one comment miss
// Draw two cards. | ||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(2)); | ||
|
||
this.getSpellAbility().addEffect(new ConditionalOneShotEffect( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Miss comment with full ability text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this was my first card. Should I include the comment in a commit the next time I upload a card?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can edit and add commit to your version, it will be available in that PR too.
Thank you for PR |
Part of #12534