mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
-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:
+1
-2
@@ -7169,8 +7169,7 @@ UINT8 AllowedAimingLevels(SOLDIERTYPE * pSoldier)
|
|||||||
aimLevels += 2;
|
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) ) // >= 60% of sight range (~9 tiles by default)
|
||||||
if ( iScopeBonus >= ( (float)gGameExternalOptions.ubStraightSightRange * 0.6) && Weapon[obj.usItem].APsToReloadManually > 0 ) // >= 60% of sight range (~9 tiles by default)
|
|
||||||
{
|
{
|
||||||
aimLevels += 2;
|
aimLevels += 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user