mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- The base chance for gun degradation, BASIC_DEPRECIATE_CHANCE, is now externalised to Item_Settings.ini.
- Fix: BASIC_RELIABILITY_ODDS now ranges from 0 to 10000. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7208 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-1
@@ -80,8 +80,9 @@ void HandleTacticalEffectsOfEquipmentChange( SOLDIERTYPE *pSoldier, UINT32 uiInv
|
||||
|
||||
#define MIN_MORTAR_RANGE 150 // minimum range of a mortar
|
||||
|
||||
// Flugente: this value is now externalised to gItemSettings.usBasicDeprecateChance
|
||||
// NB this is arbitrary, chances in DG ranged from 1 in 6 to 1 in 20
|
||||
#define BASIC_DEPRECIATE_CHANCE 15
|
||||
//#define BASIC_DEPRECIATE_CHANCE 15
|
||||
|
||||
// WEAPON CLASSES
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user