mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix so blocking arrow shown when declaring blockers
This commit is contained in:
@@ -437,6 +437,7 @@ public class Card extends GameEntity implements Comparable<Card>, IIdentifiable
|
||||
}
|
||||
public void updateBlockingForView() {
|
||||
view.updateBlocking(this);
|
||||
getGame().updateCombatForView(); //ensure blocking arrow shown/hidden as needed
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user