Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed Parallax Nexus exile effect not returning the cards #13345

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brunofpinheiro
Copy link
Contributor

When Parallax Nexus leaves the battlefield, the exiled cards now return to their owner's hand.

@github-actions github-actions bot added the cards label Feb 14, 2025
@@ -37,7 +37,7 @@ public ParallaxNexus(UUID ownerId, CardSetInfo setInfo) {
this.addAbility(ability);

// When Parallax Nexus leaves the battlefield, each player returns to their hand all cards they own exiled with Parallax Nexus.
this.addAbility(new LeavesBattlefieldTriggeredAbility(new ReturnFromExileEffect(Zone.HAND).setText("each player returns to their hand all cards they own exiled with {this}"), false));
Copy link
Member

@JayDi85 JayDi85 Feb 15, 2025

Choose a reason for hiding this comment

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

There are many cards with same ReturnFromExileEffect usage. So maybe it’s better to fix original effect with good zcc logic (from ReturnFromExileForSourceEffect) — it can help to fix another potentially bugged cards. I need to do some research.

@JayDi85 JayDi85 self-assigned this Feb 15, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants