If LOWER_VISION_WHILE_RUNNING in JA2_Options.ini is set to 1 (default 0), vision range is lowered by 25% while running (2: only for player team)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2473 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2019-02-17 19:47:17 +00:00
parent 7564b5d8a9
commit bd3dafa4d7
2 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -1495,7 +1495,12 @@ BRIGHTNESS_MOD_15 = 9
ALLOW_TUNNEL_VISION = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; If set to 0, nothing happens.
; If set to 1, vision is lowered while running.
; If set to 2, this only applies to the player team.
;------------------------------------------------------------------------------------------------------------------------------
LOWER_VISION_WHILE_RUNNING = 0
;******************************************************************************************************************************
+6 -1
View File
@@ -1507,7 +1507,12 @@ BRIGHTNESS_MOD_15 = 9
ALLOW_TUNNEL_VISION = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; If set to 0, nothing happens.
; If set to 1, vision is lowered while running.
; If set to 2, this only applies to the player team.
;------------------------------------------------------------------------------------------------------------------------------
LOWER_VISION_WHILE_RUNNING = 0
;******************************************************************************************************************************