Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -226,7 +226,8 @@ tend_land(struct shpstr *tenderp, s_char *units)
|
|||
continue;
|
||||
}
|
||||
if (!(lchr[(int)land.lnd_type].l_flags & L_ASSAULT)) {
|
||||
pr("%s does not have \"assault\" capability and can't be tended\n", prland(&land));
|
||||
pr("%s does not have \"assault\" capability and can't be tended\n",
|
||||
prland(&land));
|
||||
continue;
|
||||
}
|
||||
if (!snxtitem(&targets, EF_SHIP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue