]> git.pond.sub.org Git - empserver/commitdiff
Doc fix.
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 17 Sep 2004 12:55:52 +0000 (12:55 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 17 Sep 2004 12:55:52 +0000 (12:55 +0000)
src/lib/global/constants.c

index 9436e93808bc9bf880f1bd8cab756e32e6f78923..8eab86f89023617d1a1b1d4399f1f0b5af4ccb38 100644 (file)
@@ -94,8 +94,8 @@ int land_max_interdiction_range = 8;
 
 double mission_mob_cost = 0.0; /* Cost is percentage of max mob */
 
-double unit_damage = 0.30;     /* Units take this % of normal damage */
-double people_damage = 1.00;   /* Civs/Mil/Uw take this % of normal damage */
+double unit_damage = 0.30;     /* Units take this fraction of normal damage */
+double people_damage = 1.00;   /* Civs/mil/uw take this fraction of damage */
 double collateral_dam = 0.10;  /* Side effect damage to sector */
 double assault_penalty = 0.50; /* attack factor for para & assault troops */