mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Ini option MAP_ITEM_CHANCE_OVERRIDE somehow got lost.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1560 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -2363,13 +2363,13 @@ ADDITIONAL_REPAIR_MODE = TRUE
|
|||||||
; advanced repair/dirt system
|
; advanced repair/dirt system
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
; determines wether a gun can suffer permanent damage that cannot be repaired other by local smiths.
|
; determines wether a gun can suffer permanent damage that cannot be repaired by anyone other than local smiths.
|
||||||
ADVANCED_REPAIR = TRUE
|
ADVANCED_REPAIR = TRUE
|
||||||
|
|
||||||
; allows a gun to get dirty when used, thereby increasing the chance of weapon jamming
|
; allows a gun to get dirty when used, thereby increasing the chance of weapon jamming
|
||||||
DIRT_SYSTEM = TRUE
|
DIRT_SYSTEM = TRUE
|
||||||
|
|
||||||
; every trun, a gun suffers a dirt increase equal to a singleshot dirt increase divided by this number
|
; every turn, a gun suffers a dirt increase equal to a singleshot dirt increase divided by this number
|
||||||
SECTOR_DIRT_DIVIDER = 1000
|
SECTOR_DIRT_DIVIDER = 1000
|
||||||
|
|
||||||
|
|
||||||
@@ -2398,6 +2398,8 @@ ENABLE_ALL_TERRORISTS = TRUE
|
|||||||
|
|
||||||
ENABLE_ALL_WEAPON_CACHES = FALSE
|
ENABLE_ALL_WEAPON_CACHES = FALSE
|
||||||
|
|
||||||
|
; force preplaced map items to disappear, regardless of original existance chance (0 = off, 100 = always appear)
|
||||||
|
MAP_ITEM_CHANCE_OVERRIDE = 0
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user