]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/supply.c
Don't resupply supply unit after use as supply source
[empserver] / src / lib / subs / supply.c
index 1a10d19a85023b801e026674656386f40653feac..ce5bf89465757ea4ae5d4e8c4f2108ef9db4448c 100644 (file)
@@ -353,10 +353,6 @@ s_commod(int own, int x, int y, i_type type, int total_wanted,
 
        if (can_move >= wanted) {
            land.lnd_item[type] -= wanted;
-
-           /* resupply the supply unit */
-           resupply_commod(&land, type);
-
            land.lnd_mobil -= roundavg(wanted * weight * move_cost);
 
            if (actually_doit)