-
Notifications
You must be signed in to change notification settings - Fork 586
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
Fix Crawling Sensation + related tweaks #4744
Conversation
forge-game/src/main/java/forge/game/trigger/TriggerChangesZoneAll.java
Outdated
Show resolved
Hide resolved
forge-game/src/main/java/forge/game/ability/effects/ConniveEffect.java
Outdated
Show resolved
Hide resolved
@tool4ever should we look at this again? especially the SpellAbility one? forge/forge-game/src/main/java/forge/game/ability/AbilityKey.java Lines 208 to 217 in da91107
or should we add another one that copies/gets from game? |
forge-game/src/main/java/forge/game/ability/effects/CounterEffect.java
Outdated
Show resolved
Hide resolved
ac28de1
to
758f793
Compare
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.
for the CardZoneTable, we need to check when we need to copy the Zones, and when its okay to get them from Game/SpellAbility
Since this PR is getting big we could merge these fixes now and I'll do more cleanup in a follow-up |
Unlike its newer cousin (Crawling Infestation) the trigger on Crawling Sensation should see the past with "for the first time" - so perhaps might never be able to trigger on the turn it ETB.