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