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