]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mfir.c
Remove option SLOW_WAR
[empserver] / src / lib / commands / mfir.c
index 7d38da78cb59a61c185c2b0008b2f4e99fd2323b..f2e3b7a7115b0181563f2bdfc3f281403ec1e406 100644 (file)
@@ -82,8 +82,6 @@ multifire(void)
     struct shpstr vship;
     struct sctstr vsect;
     enum targ_type target;
-    int rel;
-    struct natstr *natp;
     struct nstr_item nbst;
     int type;
     struct empobj *attgp;
@@ -416,17 +414,6 @@ multifire(void)
            break;
        }
 
-       if (opt_SLOW_WAR) {
-           if (target == targ_land) {
-               natp = getnatp(player->cnum);
-               rel = getrel(natp, vict);
-               if ((rel != AT_WAR) && (player->cnum != vict) &&
-                   (vict) && (vsect.sct_oldown != player->cnum)) {
-                   pr("You're not at war with them!\n");
-                   continue;
-               }
-           }
-       }
        nfiring++;
        switch (target) {
        case targ_sub: