]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mfir.c
Don't unlimber when guns unsuccessfully try to fire
[empserver] / src / lib / commands / mfir.c
index d277727b725925efe2d4ddf21698854ba4b70a1c..5c65583ce0dcb6a6a3e2a3ee28828dbc36fa9628 100644 (file)
@@ -349,7 +349,6 @@ multifire(void)
                range2 = -1;
            }
 
-           lnd_unlimber(&fland);
            dam = lnd_fire(&fland);
            putland(fland.lnd_uid, &fland);
            if (dam < 0) {
@@ -713,7 +712,6 @@ quiet_bigdef(int type, struct emp_qelem *list, natid own, natid aown,
        if (fp)
            dam2 = fp->defdam;
        else {
-           lnd_unlimber(&land);
            dam2 = lnd_fire(&land);
            putland(land.lnd_uid, &land);
        }