mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Fixed incorrect AIMING_LEVELS_REDUCTION_ON_ALTWEAPHOLD value.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2501 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1528,7 +1528,7 @@ AIMING_PENALY_FROM_ALTWEAPHOLD = 30
|
||||
|
||||
; Aiming levels of the gun are reduced percentually by this number on alternative weapon holding. So 50 here means only half aiming
|
||||
; levels will be available when using alternative holding (keep in mind that is a positive thing in NCTH).
|
||||
AIMING_LEVELS_REDUCTION_ON_ALTWEAPHOLD = 50;
|
||||
AIMING_LEVELS_REDUCTION_ON_ALTWEAPHOLD = 50
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -1527,7 +1527,7 @@ AIMING_PENALY_FROM_ALTWEAPHOLD = 30
|
||||
|
||||
; Aiming levels of the gun are reduced percentually by this number on alternative weapon holding. So 50 here means only half aiming
|
||||
; levels will be available when using alternative holding (keep in mind that is a positive thing in NCTH).
|
||||
AIMING_LEVELS_REDUCTION_ON_ALTWEAPHOLD = 50;
|
||||
AIMING_LEVELS_REDUCTION_ON_ALTWEAPHOLD = 50
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user