mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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]
|
||||
|
||||
;******************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user