Update for changed plane abort chance.

This commit is contained in:
Markus Armbruster 2006-06-11 19:27:07 +00:00
parent f900ac68cb
commit 3cb95a8754
2 changed files with 8 additions and 10 deletions

View file

@ -122,7 +122,7 @@ flak, the following formula's are used:
plane's eff = (plane's eff) - dam;
if (plane's eff < 10%)
plane is shot down
else if (chance((100 - (plane's eff)) / 100))
else if (chance((80 - (plane's eff)) / 100))
plane aborts mission
otherwise the plane continues on it's mission