Externalised ini values: CORPSE_DELAY_UNTIL_ROTTING and CORPSE_DELAY_UNTIL_DONE_ROTTING control when a corpse rots and vanishes.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2271 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2015-08-19 19:59:02 +00:00
parent 257df463fa
commit 59210496d1
+16
View File
@@ -2621,6 +2621,22 @@ ZOMBIE_ONLY_HEADSHOTS_PERMANENTLY_KILL = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************
[Corpse Settings]
;******************************************************************************************************************************
; In this section you can specify settings for corpses
;******************************************************************************************************************************
; How many minutes it takes until a corpse begins to rot. Default 1440 (1 day), valid values from 720 (1/2 day) to 10080 (7 days)
CORPSE_DELAY_UNTIL_ROTTING = 1440
; How many minutes it takes until a corpse vanishes. Default 4320 (3 days), valid values from 1440 (1 day) to 20160 (14 days)
CORPSE_DELAY_UNTIL_DONE_ROTTING = 4320
;******************************************************************************************************************************
;******************************************************************************************************************************
[Tactical Food Settings]
;******************************************************************************************************************************