(show, show_item): Resurrect show item.

This commit is contained in:
Ron Koenderink 2006-01-22 18:57:14 +00:00
parent 8900dfaa3d
commit fee6c50b1a
4 changed files with 27 additions and 5 deletions

View file

@ -55,7 +55,7 @@ show(void)
int rlev;
if (!(p = getstarg(player->argp[1],
"Describe what (plane, nuke, bridge, ship, sect, land unit, tower)? ",
"Describe what (plane, nuke, bridge, ship, sect, land unit, tower, item)? ",
buf))
|| !*p)
return RET_SYN;
@ -82,6 +82,9 @@ show(void)
case 't':
show_tower(99999);
return RET_OK;
case 'i':
show_item(99999);
return RET_OK;
case 'n':
if (opt_DRNUKE)
tlev = ((rlev / drnuke_const) > tlev ? tlev :