Don't capitalize words in the middle of sentences
Affects output of commands add, anti, build, edit, order, reset, set, setresource, setsector, show, version.
This commit is contained in:
parent
93d033cff4
commit
f6cab16b65
12 changed files with 17 additions and 17 deletions
|
@ -390,7 +390,7 @@ build_land(struct sctstr *sp, struct lchrstr *lp, short *vec, int tlev)
|
|||
lcm = roundavg(lp->l_lcm * eff);
|
||||
|
||||
if (sp->sct_type != SCT_HEADQ) {
|
||||
pr("Land Units must be built in headquarters.\n");
|
||||
pr("Land units must be built in headquarters.\n");
|
||||
return 0;
|
||||
}
|
||||
if (sp->sct_effic < 60 && !player->god) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue