PlayersCommittee / gemp-swccg-public

Online Play system for SWCCG
https://gemp.starwarsccg.org/
MIT License
27 stars 29 forks source link

The Empire Knows We're Here is only protecting Echo Base Garrison from Alter on one side #722

Closed Gergall closed 9 months ago

Gergall commented 10 months ago

Describe the bug

The Empire Knows We're Here is supposed to protect Echo Base Garrison from Alter for remainder of game, but it is only protecting it on the 0-side.

To Reproduce

Steps to reproduce the behavior:

  1. Build a The Empire Knows We're Here deck with Echo Base Garrison
  2. Start a game
  3. Flip the objective
  4. Dark can now Alter the Echo Base Garrison, canceling it.

Game Replay ID:

For your convenience, I have reproduced the issue on Turn 1 of this game: https://gemp.starwarsccg.org/gemp-swccg/game.html?replayId=GergallTS1$ztdpkcds8exbl2x0

Expected behavior

Echo Base Garrison should be immune to Alter on both sides, not just the 0 side.

Screenshots

image See the chat log.

Additional context

I am not a GEMP programmer but it might be because this code is only on the 0-side of Card222_027.java and not Card222_027_BACK.java modifiers.add(new ImmuneToTitleModifier(self, Filters.title("Echo Base Garrison"), Title.Alter));