pull request #739 - redundancy in adj_pit_checks

Add github pull request #739 by argrath.

Closes #739
This commit is contained in:
PatR
2022-04-20 00:01:35 -07:00

View File

@@ -1667,9 +1667,8 @@ adj_pit_checks(coord *cc, char *msg)
supporting = "drawbridge";
if (supporting) {
Sprintf(msg, "The %s%ssupporting structures remain intact.",
supporting ? s_suffix(supporting) : "",
supporting ? " " : "");
Sprintf(msg, "The %s supporting structures remain intact.",
s_suffix(supporting));
return FALSE;
}
}