]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/scut.c
Remove option TRADESHIPS, customize table ship-chr instead
[empserver] / src / lib / commands / scut.c
index 4e78b634609a30b41fdb515c393b9ccda1033ee2..46a582c533b9459077e2ab12c0547aaa420e3596 100644 (file)
@@ -125,7 +125,7 @@ scut(void)
 
        if (type == EF_SHIP) {
            mp = &mchr[(int)item.ship.shp_type];
-           if (opt_TRADESHIPS && (mp->m_flags & M_TRADE)) {
+           if (mp->m_flags & M_TRADE) {
                if (!scuttle_tradeship(&item.ship, 1))
                    continue;
            }