mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
added ini option to turn off eating sounds
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1615 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -2088,6 +2088,9 @@ FOOD_DECAY_MODIFICATOR = 1.0
|
||||
; maximum amount of food poisoning one can get from eating a single piece of food
|
||||
FOOD_MAX_POISONING = 5
|
||||
|
||||
; do mercs make sounds when eating/drinking?
|
||||
FOOD_EATING_SOUNDS = TRUE
|
||||
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
|
||||
@@ -2046,6 +2046,12 @@ FOOD_DECAY_IN_SECTORS = TRUE
|
||||
; a global modificator to the speed at which food decays. 1.0 is normal, values between 0.1 and 10.0
|
||||
FOOD_DECAY_MODIFICATOR = 1.0
|
||||
|
||||
; maximum amount of food poisoning one can get from eating a single piece of food
|
||||
FOOD_MAX_POISONING = 5
|
||||
|
||||
; do mercs make sounds when eating/drinking?
|
||||
FOOD_EATING_SOUNDS = TRUE
|
||||
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user