mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*I did not forget a checkstateeffects call in subtractcounters before. You're just imagining things.
This commit is contained in:
@@ -572,6 +572,9 @@ public class Card extends MyObservable {
|
|||||||
AllZone.GameAction.playCardNoCost(c);
|
AllZone.GameAction.playCardNoCost(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AllZone.GameAction.checkStateEffects();
|
||||||
|
|
||||||
this.updateObservers();
|
this.updateObservers();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user