diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 985fca683..11e5256e2 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -988,6 +988,13 @@ ASSIGNED_SKILL_TRAITS_RARITY = 0 MILITIA_DROP_EQUIPMENT = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; This setting determines whether civilians drop all items when they die. This includes unarmed civilians as well as +; faction NPCs like Kingpin's goons. This will make items drop that are marked "undroppable" by the map creator. +;------------------------------------------------------------------------------------------------------------------------------ + +CIVILIANS_DROP_ALL = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; You can now adjust how quickly you'll advance in the various skills, attributes, and Experience Level. This is the ; number of "sub-points" you need to acquire to gain a new level. diff --git a/gamedir/Data-UB/Ja2_Options.ini b/gamedir/Data-UB/Ja2_Options.ini index d82357866..b2175ea12 100644 --- a/gamedir/Data-UB/Ja2_Options.ini +++ b/gamedir/Data-UB/Ja2_Options.ini @@ -990,6 +990,13 @@ ASSIGNED_SKILL_TRAITS_RARITY = 0 MILITIA_DROP_EQUIPMENT = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; This setting determines whether civilians drop all items when they die. This includes unarmed civilians as well as +; faction NPCs like Kingpin's goons. This will make items drop that are marked "undroppable" by the map creator. +;------------------------------------------------------------------------------------------------------------------------------ + +CIVILIANS_DROP_ALL = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; You can now adjust how quickly you'll advance in the various skills, attributes, and Experience Level. This is the ; number of "sub-points" you need to acquire to gain a new level. diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 1c682ebb1..84183d148 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -979,6 +979,13 @@ ASSIGNED_SKILL_TRAITS_RARITY = 10 MILITIA_DROP_EQUIPMENT = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; This setting determines whether civilians drop all items when they die. This includes unarmed civilians as well as +; faction NPCs like Kingpin's goons. This will make items drop that are marked "undroppable" by the map creator. +;------------------------------------------------------------------------------------------------------------------------------ + +CIVILIANS_DROP_ALL = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; You can now adjust how quickly you'll advance in the various skills, attributes, and Experience Level. This is the ; number of "sub-points" you need to acquire to gain a new level.