mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix creatures displaying as "being blocked" incorrectly.
This commit is contained in:
@@ -113,7 +113,7 @@ public enum CCombat implements ICDoc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isBand) {
|
if (!isBand) {
|
||||||
if (blockers != null && Iterables.isEmpty(blockers)) {
|
if (blocked) {
|
||||||
// if single creature is blocked, but no longer has blockers, tell the user!
|
// if single creature is blocked, but no longer has blockers, tell the user!
|
||||||
display.append(" (blocked)\n");
|
display.append(" (blocked)\n");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user