Document delivery of civilians and military

People can be delivered since v4.0.0 (the check that disabled that was
commented out), and cutoff shows these deliveries since v4.0.2.  The
change was documented in info Empire4, but info pages weren't updated.
Do that, and remove the commented out code.
This commit is contained in:
Markus Armbruster 2008-05-31 18:50:03 +02:00
parent 6e998a46e2
commit 1f7d8879ca
3 changed files with 25 additions and 25 deletions

View file

@ -52,12 +52,6 @@ deli(void)
if ((ich = whatitem(player->argp[1], "deliver what? ")) == 0)
return RET_SYN;
/*
if (ich->i_uid == I_CIVIL || ich->i_uid == I_MILIT) {
pr("You cannot deliver people!\n");
return RET_FAIL;
}
*/
if (!snxtsct(&nstr, player->argp[2]))
return RET_SYN;