]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/show.c
Remove option LANDSPIES, customize table land-chr instead
[empserver] / src / lib / subs / show.c
index 0362f6d1667cd8147faef01ed198e275525fd24e..3ff4972ef92fb26335425a92d6b7ee16b5daff91 100644 (file)
@@ -83,8 +83,6 @@ make_mchr_index(struct chr_index chridx[], int tlev)
            continue;
        if (mchr[i].m_tech > tlev)
            continue;
-       if ((mchr[i].m_flags & M_TRADE) && !opt_TRADESHIPS)
-           continue;
        chridx[n].type = i;
        chridx[n].tech = mchr[i].m_tech;
        n++;
@@ -127,8 +125,6 @@ make_lchr_index(struct chr_index chridx[], int tlev)
            continue;
        if (lchr[i].l_tech > tlev)
            continue;
-       if ((lchr[i].l_flags & L_SPY) && !opt_LANDSPIES)
-           continue;
        chridx[n].type = i;
        chridx[n].tech = lchr[i].l_tech;
        n++;