chiark
/
gitweb
/
~mdw
/
newkind
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Buttload of hacking.
[newkind]
/
trade.c
diff --git
a/trade.c
b/trade.c
index 86c6863f5218297487b68b98378c3004965ba20a..5f8ac9e9e681ab100c99399bd05465e4ce99822a 100644
(file)
--- 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;