Fix creatures displaying as "being blocked" incorrectly.

This commit is contained in:
elcnesh
2014-09-19 07:44:25 +00:00
parent 66768b6ddf
commit fbee794685

View File

@@ -113,7 +113,7 @@ public enum CCombat implements ICDoc {
}
if (!isBand) {
if (blockers != null && Iterables.isEmpty(blockers)) {
if (blocked) {
// if single creature is blocked, but no longer has blockers, tell the user!
display.append(" (blocked)\n");
} else {