From 5401332632dc84f573a242a6356b025aa38a069b Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 9 Sep 2008 16:27:41 +0000 Subject: [PATCH] Externalization: Restrict female enemies from being in the queens army (except Female Elite enemies)? -> RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE INFO: This feature will be available in the NEXT SVN EXE git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1039 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 8 +++++++- gamedir/Data/Ja2_Options.INI | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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