mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Move grenade bonuses from Demolitions to Throwing (#202)
* Copy grenade settings from demolitions to throwing * Fix setting strings * Add throwing bonuses to the same spots as demolitions * Delete grenade bonuses from Demolitions * Update text * Reapply throwing check
This commit is contained in:
+3
-3
@@ -2177,6 +2177,9 @@ typedef struct
|
||||
UINT8 ubTHBladesSilentCriticalHitChance;
|
||||
UINT8 ubTHBladesCriticalHitMultiplierBonus;
|
||||
UINT8 ubTHBladesAimClicksAdded;
|
||||
UINT8 ubTHAPsNeededToThrowGrenadesReduction;
|
||||
UINT8 ubTHMaxRangeToThrowGrenades;
|
||||
UINT8 ubTHCtHWhenThrowingGrenades;
|
||||
|
||||
// NIGHT OPS
|
||||
UINT8 ubNOeSightRangeBonusInDark;
|
||||
@@ -2203,9 +2206,6 @@ typedef struct
|
||||
UINT16 usBBIncreasedNeededDamageToFallDown;
|
||||
|
||||
// DEMOLITIONS
|
||||
UINT8 ubDEAPsNeededToThrowGrenadesReduction;
|
||||
UINT8 ubDEMaxRangeToThrowGrenades;
|
||||
UINT8 ubDECtHWhenThrowingGrenades;
|
||||
UINT8 ubDEDamageOfBombsAndMines;
|
||||
UINT8 ubDEAttachDetonatorCheckBonus;
|
||||
UINT8 ubDEPlantAndRemoveBombCheckBonus;
|
||||
|
||||
Reference in New Issue
Block a user