- 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:
Wanne
2012-05-18 10:27:25 +00:00
parent efd0dc05b6
commit e23da51717
3 changed files with 24 additions and 5 deletions
+6 -1
View File
@@ -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
;------------------------------------------------------------------------------------------------------------------------------