(show, show_item): No new `show' features without matching machine

readable dumps.  Back out `show item' for 4.2.13.
This commit is contained in:
Markus Armbruster 2004-02-07 00:27:45 +00:00
parent 49a4d5065c
commit d8983db308
5 changed files with 6 additions and 85 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, item)? ",
"Describe what (plane, nuke, bridge, ship, sect, land unit, tower)? ",
buf))
|| !*p)
return RET_SYN;
@ -82,9 +82,6 @@ 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 :