Skip to content

Fix Goliath Daydreamer's trigger#14638

Open
RobCubed wants to merge 1 commit intomagefree:masterfrom
RobCubed:master
Open

Fix Goliath Daydreamer's trigger#14638
RobCubed wants to merge 1 commit intomagefree:masterfrom
RobCubed:master

Conversation

@RobCubed
Copy link
Copy Markdown

Goliath Daydreamer's trigger does not work, and I am pretty sure that event.getSourceId().equals(spell.getId()) needs to be inverted.

Also I cleaned up the ability filter to use existing code (based off of Harness The Storm's trigger.)

@github-actions github-actions bot added the cards label Mar 26, 2026
&& Zone.GRAVEYARD.match(zEvent.getToZone())
&& spell != null
&& event.getSourceId().equals(spell.getId())
&& !event.getSourceId().equals(spell.getId())
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why this check is needed at all.

Did you test to verify that trigger works as it should with your updated code?

Copy link
Copy Markdown
Author

@RobCubed RobCubed Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works as intended, but I did just test now without it. Doesn't seem to do anything different if removed. If you think it doesn't do anything, I'll remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants