diff -r ac0c497fb842 -r 5e58b1e3210b hedgewars/uAmmos.pas --- 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