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:
Flugente
2013-03-05 21:29:07 +00:00
parent 05bb53d1c7
commit 41851c0bf5
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************
+6
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************