mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
If CAN_FAN_THE_HAMMER is set for Gunslingers in Skills_Settings.ini, they can use burst fire if using revolvers with fBurstOnlyByFanTheHammer set to 1 and burst data set in Weapons.xml if they are in hipfire mode.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8651 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7484,6 +7484,13 @@ void AssignPersonnelSkillTraitHelpText( UINT8 ubTraitNumber, BOOLEAN fExpertLeve
|
||||
swprintf( atStr, gzIMPMajorTraitsHelpTextsSniper[19], gSkillTraitValues.sSNFocusInterruptBonus );
|
||||
wcscat( apStr, atStr );
|
||||
}
|
||||
|
||||
// Flugente: can we fan the hammer on certain guns (it's effectively a hidden mode of revolvers)?
|
||||
if ( gSkillTraitValues.fCanFanTheHammer )
|
||||
{
|
||||
swprintf( atStr, gzIMPMajorTraitsHelpTextsGunslinger[10] );
|
||||
wcscat( apStr, atStr );
|
||||
}
|
||||
break;
|
||||
}
|
||||
case MARTIAL_ARTS_NT:
|
||||
|
||||
Reference in New Issue
Block a user