mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- Fixed wrong comment for jump through window property (CAN_JUMP_THROUGH_WINDOWS)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1428 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1386,35 +1386,43 @@ CHANCE_BLINDED_BY_HEADSHOT = 0
|
||||
CRITICAL_LEGSHOT_CAUSES_AP_LOSS = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on and your merc can jump through open windows by pressing 'j'.
|
||||
; Turn this on and your merc can jump through open windows by pressing Shift + j.
|
||||
; In order to jump through a window, the merc must be facing the direction of the window, the window must be open and
|
||||
; there has to be a free tile next to the window (the landing tile).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
CAN_JUMP_THROUGH_WINDOWS = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on and your merc can climb on walls (that have 2 floors like buildings) by pressing 'j'.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
CAN_CLIMB_ON_WALLS = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on, and you can set hidden names individually in 'TableData\HiddenNames.xml'.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
INDIVIDUAL_HIDDEN_PERSON_NAMES = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on, and the game uses individual enemy names (in tactical) defined in 'TableData\EnemyNames.xml'.
|
||||
; If you set this to TRUE, then you have to set INDIVIDUAL_ENEMY_RANK = FALSE.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
INDIVIDUAL_ENEMY_NAMES = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on, and the game uses individual enemy names (in tactical) defined in 'TableData\EnemyRank.xml'.
|
||||
; If you set this to TRUE, then you have to set INDIVIDUAL_ENEMY_NAMES = FALSE.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
INDIVIDUAL_ENEMY_RANK = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on, and the game uses individual civilian group names (in tactical) defined in 'TableData\CivGroupNames.xml'.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
INDIVIDUAL_CIVILIAN_NAMES = FALSE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user