diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 9559d94e3..1ef8204e6 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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] ;******************************************************************************************************************************