mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
redraw batllefield right after a right click when a creture was removed from battle
This commit is contained in:
@@ -106,6 +106,7 @@ public class InputAttack extends InputBase {
|
|||||||
final List<Card> att = game.getCombat().getAttackers();
|
final List<Card> att = game.getCombat().getAttackers();
|
||||||
if (isMetaDown && att.contains(card) && !card.hasKeyword("CARDNAME attacks each turn if able.")) {
|
if (isMetaDown && att.contains(card) && !card.hasKeyword("CARDNAME attacks each turn if able.")) {
|
||||||
game.getCombat().removeFromCombat(card);
|
game.getCombat().removeFromCombat(card);
|
||||||
|
player.getZone(ZoneType.Battlefield).updateObservers();
|
||||||
CombatUtil.showCombat(game);
|
CombatUtil.showCombat(game);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user