mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
If CAN_FAN_THE_HAMMER is set for Gunslingers in Skills_Settings.ini, they can use burst fire if using revolvers with fBurstOnlyByFanTheHammer set to 1 and burst data set in Weapons.xml if they are in hipfire mode.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2460 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -278,6 +278,12 @@ RELOAD_SPEED_HANDGUNS_BONUS = 25
|
||||
; restriction ON for this to make sense)
|
||||
POSSIBLE_AIM_CLICK_ADDED_HANDGUNS = 1
|
||||
|
||||
; If set to true, revolvers (or any other gun with the <fBurstOnlyByFanTheHammer>-tag set in Weapons.xml) can access their hidden burst mode if
|
||||
; - we have this trait
|
||||
; - we use this gun with both hands
|
||||
; - we are in hipfire mode (USE_SCOPE_MODES = TRUE in JA2_Options.ini, visible by the 'eye' icon over our gun)
|
||||
CAN_FAN_THE_HAMMER = TRUE
|
||||
|
||||
; NOTE: This traits also gives access to the 'Focus' skill, description and values can be seen in the [Sniper] section of this file.
|
||||
|
||||
;******************************************************************************************************************************
|
||||
@@ -749,10 +755,11 @@ COVERT_ELITES_UNCOVER_RADIUS = 6
|
||||
; if set to TRUE, disguises will blow if you are bleeding and close to the enemy
|
||||
COVERT_DETECTEDIFBLEEDING = FALSE
|
||||
|
||||
; THIS SETTING HAS BEEN DEACTIVATED UNTIL FURTHER NOTICE
|
||||
; if set to TRUE, if a spy is uncovered, he will automatically strip his uniform
|
||||
; if set to FALSE, if a spy is uncovered, he will not automatically strip his uniform,
|
||||
; and redisguise automatically after 3 turns not seen by the enemy
|
||||
COVERT_STRIPIFUNCOVERED = FALSE
|
||||
; COVERT_STRIPIFUNCOVERED = FALSE
|
||||
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
+2313
-2312
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user