mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
fix merge
This commit is contained in:
@@ -122,7 +122,6 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable
|
|||||||
lkicheck = true;
|
lkicheck = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lkicheck) {
|
|
||||||
if (!Spell.performanceMode && lkicheck) {
|
if (!Spell.performanceMode && lkicheck) {
|
||||||
game.getTracker().freeze(); //prevent views flickering during while updating for state-based effects
|
game.getTracker().freeze(); //prevent views flickering during while updating for state-based effects
|
||||||
game.getAction().checkStaticAbilities(false, Sets.newHashSet(card), new CardCollection(card));
|
game.getAction().checkStaticAbilities(false, Sets.newHashSet(card), new CardCollection(card));
|
||||||
|
|||||||
Reference in New Issue
Block a user