mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Forced a checkStateEffects() after Bribery resolution.
This commit is contained in:
@@ -3040,6 +3040,8 @@ public class CardFactory_Sorceries {
|
||||
String player = card.getController();
|
||||
if(player.equals(Constant.Player.Human)) humanResolve();
|
||||
else computerResolve();
|
||||
|
||||
AllZone.GameAction.checkStateEffects();
|
||||
}
|
||||
|
||||
public void humanResolve() {
|
||||
|
||||
Reference in New Issue
Block a user