-un-nerfed semi-auto sniper rifles

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@370 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
MaddMugsy
2006-07-25 19:50:22 +00:00
parent 1bb241f084
commit bc412304e5
+1 -2
View File
@@ -7169,8 +7169,7 @@ UINT8 AllowedAimingLevels(SOLDIERTYPE * pSoldier)
aimLevels += 2;
}
//Madd: nerfing semi-auto sniper rifles and forcing players to use bolt action sniper rifles for the extra aiming APs
if ( iScopeBonus >= ( (float)gGameExternalOptions.ubStraightSightRange * 0.6) && Weapon[obj.usItem].APsToReloadManually > 0 ) // >= 60% of sight range (~9 tiles by default)
if ( iScopeBonus >= ( (float)gGameExternalOptions.ubStraightSightRange * 0.6) ) // >= 60% of sight range (~9 tiles by default)
{
aimLevels += 2;
}