]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/show.c
Remove option TRADESHIPS, customize table ship-chr instead
[empserver] / src / lib / subs / show.c
index 0362f6d1667cd8147faef01ed198e275525fd24e..c8f7f791a8d7e10f55a43864f2ce4d04cf1365b1 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++;