X-Git-Url: https://git.distorted.org.uk/~mdw/newkind/blobdiff_plain/84bbd12316a7ed2130dd1b2f2bc860a11624c3f3..HEAD:/trade.c diff --git a/trade.c b/trade.c index 86c6863..5f8ac9e 100644 --- a/trade.c +++ b/trade.c @@ -162,6 +162,7 @@ void scoop_item (int un) if ((cmdr.fuel_scoop == 0) || (universe[un].location.y >= 0) || (total_cargo() == cmdr.cargo_capacity)) { + universe[un].flags |= FLG_TARGET; explode_object (un); damage_ship (128 + (universe[un].energy / 2), universe[un].location.z > 0); return;