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:
parent
6e998a46e2
commit
1f7d8879ca
3 changed files with 25 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue