Belatedly clean up after commit 3b4de2fe
Remove option FUEL
This commit is contained in:
parent
c15df51e27
commit
a474791e7b
3 changed files with 6 additions and 13 deletions
|
@ -55,8 +55,8 @@ land(void)
|
||||||
if (nunits++ == 0) {
|
if (nunits++ == 0) {
|
||||||
if (player->god)
|
if (player->god)
|
||||||
pr("own ");
|
pr("own ");
|
||||||
pr(" # unit type x,y a eff mil frt mu fd");
|
pr(" # unit type x,y a eff mil frt mu fd"
|
||||||
pr(" tch retr xl ln carry\n");
|
" tch retr xl ln carry\n");
|
||||||
}
|
}
|
||||||
if (land.lnd_off)
|
if (land.lnd_off)
|
||||||
noff++;
|
noff++;
|
||||||
|
|
|
@ -55,8 +55,7 @@ shi(void)
|
||||||
if (player->god)
|
if (player->god)
|
||||||
pr("own ");
|
pr("own ");
|
||||||
pr("shp# ship type x,y fl eff civ mil uw fd pn"
|
pr("shp# ship type x,y fl eff civ mil uw fd pn"
|
||||||
" he xl ln mob");
|
" he xl ln mob tech\n");
|
||||||
pr(" tech\n");
|
|
||||||
}
|
}
|
||||||
if (ship.shp_off)
|
if (ship.shp_off)
|
||||||
noff++;
|
noff++;
|
||||||
|
|
|
@ -230,15 +230,9 @@ show_ship_stats(int tlev)
|
||||||
struct mchrstr *mp;
|
struct mchrstr *mp;
|
||||||
int scount;
|
int scount;
|
||||||
|
|
||||||
pr("%25s s v s r f l p h x", "");
|
pr("%25s s v s r f l p h x\n", "");
|
||||||
pr("\n");
|
pr("%25s p i p n i n l e p\n", "");
|
||||||
|
pr("%25s def d s y g r d n l l\n", "");
|
||||||
pr("%25s p i p n i n l e p", "");
|
|
||||||
pr("\n");
|
|
||||||
|
|
||||||
pr("%25s def d s y g r d n l l", "");
|
|
||||||
pr("\n");
|
|
||||||
|
|
||||||
|
|
||||||
make_new_list(tlev, EF_SHIP);
|
make_new_list(tlev, EF_SHIP);
|
||||||
for (scount = 0; scount < lookup_list_cnt; scount++) {
|
for (scount = 0; scount < lookup_list_cnt; scount++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue