changeset 2461 | 5e58b1e3210b |
parent 2457 | ecf0c7e7995b |
child 2599 | c7153d2348f3 |
--- a/hedgewars/uAmmos.pas Thu Oct 15 18:02:01 2009 +0000 +++ b/hedgewars/uAmmos.pas Thu Oct 15 19:13:08 2009 +0000 @@ -91,6 +91,7 @@ Ammoz[a].Probability:= 0 end; // avoid things we already have by scheme + // merge this into DisableSomeWeapons ? if ((a = amLowGravity) and ((GameFlags and gfLowGravity) <> 0)) or ((a = amInvulnerable) and ((GameFlags and gfInvulnerable) <> 0)) or ((a = amLaserSight) and ((GameFlags and gfLaserSight) <> 0)) or