If MILITIA_STRATEGIC_COMMAND_REQUIRES_MERC is FALSE, militia can be controlled everywhere even without staffing a HQ

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2415 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2018-03-14 20:13:24 +00:00
parent 0250a41114
commit 23f045803f
+5 -4
View File
@@ -3953,15 +3953,16 @@ MILITIA_VOLUNTEER_POOL_GAINFACTOR_HOURLY = 0.002
[Militia Strategic Movement Settings]
;------------------------------------------------------------------------------------------------------------------------------
; If ALLOW_MILITIA_STRATEGIC_COMMAND is TRUE, we can plot paths for militia jut like for merc groups or the heli.
; If ALLOW_MILITIA_STRATEGIC_COMMAND is TRUE, we can plot paths for militia just like for merc groups or the heli.
; To command militia, display militia in the strategic map, then leftclick on a sector with militia in it.
; This requires either control and staffing of a military HQ, a merc in the same sector/town, or a radio operator in an adjacent sector.
;
; : If ALLOW_MILITIA_STRATEGIC_COMMAND is TRUE, ALLOW_MOBILE_MILITIA and its subsequent settings are IGNORED!
;------------------------------------------------------------------------------------------------------------------------------
ALLOW_MILITIA_STRATEGIC_COMMAND = FALSE
; if TRUE, this feature requires either control and staffing of a military HQ, a merc in the same sector/town, or a radio operator
; in an adjacent sector.
MILITIA_STRATEGIC_COMMAND_REQUIRES_MERC = TRUE
;******************************************************************************************************************************
;******************************************************************************************************************************