mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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() {
|
public void updateBlockingForView() {
|
||||||
view.updateBlocking(this);
|
view.updateBlocking(this);
|
||||||
|
getGame().updateCombatForView(); //ensure blocking arrow shown/hidden as needed
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user