mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Reverting Commit 9122d7a
it made: CAN_FAN_THE_HAMMER = FALSE now disables the burst mode on pistols
which effectivly resulted in pistols burst mode only being avaialbale with can fan the hammer active
which further resulted in being required to fire from hip mode when using burst with pistols
that's not a desired behaviour for burst on pistols, their burst should not depend on fan the hammer
therefore reverted
This commit is contained in:
@@ -9957,10 +9957,6 @@ BOOLEAN IsGunBurstCapable(OBJECTTYPE* pObject, BOOLEAN fNotify, SOLDIERTYPE* pSo
|
||||
fCapable = TRUE;
|
||||
}
|
||||
}
|
||||
else if (Weapon[pObject->usItem].fBurstOnlyByFanTheHammer)
|
||||
{
|
||||
fCapable = FALSE;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user