mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Fixed attack/block combat updating.
This commit is contained in:
@@ -114,6 +114,7 @@ public class InputAttack extends Input {
|
||||
com.execute();
|
||||
}
|
||||
|
||||
CombatUtil.showCombat();
|
||||
}
|
||||
else {
|
||||
((GuiTopLevel) AllZone.getDisplay()).getController().getMatchController().getView().getInputController().remind();
|
||||
|
||||
@@ -83,6 +83,8 @@ public class InputBlock extends Input {
|
||||
sb.append("To cancel a block right-click on your blocker");
|
||||
AllZone.getDisplay().showMessage(sb.toString());
|
||||
}
|
||||
|
||||
CombatUtil.showCombat();
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
|
||||
Reference in New Issue
Block a user