diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 7ea5269be..d43772a70 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -883,4 +883,10 @@ ALLOW_SECTOR_DESCRIPTION_WINDOW = TRUE ;****************************************************************************************************************************** ; Use the new bullet tracer animation instead of the classic bullet animation? ;****************************************************************************************************************************** -USE_BULLET_TRACERS = FALSE \ No newline at end of file +USE_BULLET_TRACERS = FALSE + +;****************************************************************************************************************************** +; Restrict female enemies from beeing in the queens army (except Female Elite enemies)? +; If set to TRUE, female enemies will only occur as Elites in the army. +;****************************************************************************************************************************** +RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE = FALSE \ No newline at end of file diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index ade0a6ae9..8645c340f 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -882,3 +882,9 @@ ALLOW_SECTOR_DESCRIPTION_WINDOW = FALSE ; Use the new bullet tracer animation instead of the classic bullet animation? ;****************************************************************************************************************************** USE_BULLET_TRACERS = FALSE + +;****************************************************************************************************************************** +; Restrict female enemies from beeing in the queens army (except Female Elite enemies)? +; If set to TRUE, female enemies will only occur as Elites in the army. +;****************************************************************************************************************************** +RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE = TRUE