diff --git a/src/lib/subs/list.c b/src/lib/subs/list.c index 4534dfd4..35d4309e 100644 --- a/src/lib/subs/list.c +++ b/src/lib/subs/list.c @@ -124,7 +124,6 @@ unitsatxy(coord x, coord y, int wantflags, int nowantflags) while (nxtitem(&ni, &land)) { if (land.lnd_effic < LAND_MINEFF || land.lnd_own == 0) continue; - /* Can't bomb units on ships or other units */ if (land.lnd_ship >= 0 || land.lnd_land >= 0) continue; lp = &lchr[(int)land.lnd_type]; @@ -138,11 +137,6 @@ unitsatxy(coord x, coord y, int wantflags, int nowantflags) continue; } - if (lp->l_flags & L_SPY) { - if (!(chance(LND_SPY_DETECT_CHANCE(land.lnd_effic)))) - continue; - } - if (!units) pr(" # owner eff type\n"); pr("(#%3d) %10.10s %12.12s %s\n", ni.cur,