-
Notifications
You must be signed in to change notification settings - Fork 819
[WHO] Implement Osgood, Operation Double #13744
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
base: master
Are you sure you want to change the base?
[WHO] Implement Osgood, Operation Double #13744
Conversation
For info: for new cards add comment ref to original set implementation issue like “Part of #10653”. So that PR will be visible in related links of the set’s issue. Current scryfall bot do not support |
Osgood, Operation Double - (Gatherer) (Scryfall) (EDHREC)
|
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.
Card logic is fine except few small fixes
@Override | ||
public boolean apply(Game game, Ability source) { | ||
MageObject object = game.getObject(source); | ||
return object != null && object.isArtifact(game); |
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.
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.
I'd rather not touch this. Cargo Ship and other cards seem to work fine; I can use the mana to activate other activated abilities, like Unearth.
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.
b29311e
to
c2d717f
Compare
Implements Osgood, Operation Double