mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +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,18 +1386,23 @@ CHANCE_BLINDED_BY_HEADSHOT = 25
|
||||
CRITICAL_LEGSHOT_CAUSES_AP_LOSS = TRUE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; 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 = TRUE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on and your merc can climb on walls (that have 2 floors like buildings) by pressing 'j'.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
CAN_CLIMB_ON_WALLS = TRUE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Turn this on, and you can set hidden names individually in 'TableData\HiddenNames.xml'.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
INDIVIDUAL_HIDDEN_PERSON_NAMES = TRUE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user