]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/lndsub.c
Don't unlimber when guns unsuccessfully try to fire
[empserver] / src / lib / subs / lndsub.c
index 62cfd82166c2e52403033ac297f7e86abd61f72b..12f8ecc7f22466011628ce74f611776c02ba2d5d 100644 (file)
@@ -1142,7 +1142,6 @@ lnd_support(natid victim, natid attacker, coord x, coord y, int defending)
        if (dist > range)
            continue;
 
-       lnd_unlimber(&land);
        dam2 = lnd_fire(&land);
        putland(land.lnd_uid, &land);
        if (dam2 < 0)