Spell harbor consistently

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-08-05 17:04:23 +02:00
parent 2bcd875715
commit b6bfc14ab2
6 changed files with 6 additions and 6 deletions

View file

@ -216,7 +216,7 @@ build_ship(struct sctstr *sp, int type, int tlev)
memcpy(mat, mp->m_mat, sizeof(mat));
if (sp->sct_type != SCT_HARBR && !player->god) {
pr("Ships must be built in harbours.\n");
pr("Ships must be built in harbors.\n");
return 0;
}
if (!sector_can_build(sp, mat, mp->m_bwork, SHIP_MINEFF, mp->m_name))