mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Temporarily reverting 26979,28842 to reduce the horrendous flickering when cards such as Gods (e.g. Thassa, God of the Sea) or card type-changing enchantments (e.g. Wind Zendikon) are present on the battlefield.
- Note that this returns the previous bug with some static abilities (e.g. continuous ones) not being cleared off visually from the card (e.g. when Humility is present on the battlefield, certain static effects will still "visually linger" on the card, ditto stuff such as "may play" and so on). - I couldn't get the best of two worlds, please fix the second issue without reintroducing the first one if possible.
This commit is contained in:
@@ -1055,7 +1055,7 @@ public class StaticEffect {
|
||||
if (removeMayPlay) {
|
||||
affectedCard.removeMayPlay(ability);
|
||||
}
|
||||
affectedCard.updateStateForView();
|
||||
//affectedCard.updateStateForView();
|
||||
}
|
||||
return affectedCards;
|
||||
}
|
||||
|
||||
@@ -629,7 +629,7 @@ public final class StaticAbilityContinuous {
|
||||
affectedCard.setMayPlay(mayPlayController, mayPlayWithoutManaCost, mayPlayIgnoreColor, mayPlayWithFlash, stAb);
|
||||
}
|
||||
|
||||
affectedCard.updateStateForView();
|
||||
//affectedCard.updateStateForView();
|
||||
}
|
||||
|
||||
return affectedCards;
|
||||
|
||||
Reference in New Issue
Block a user