mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
If a gun has a magazine size < 5, the 'out of ammo' soundfile is only displayed with a chance of CHANCE_SAY_ANNOYING_PHRASE (JA2_Options.ini). This should make using guns with tiny magazine sizes less annoying.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2463 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1060,6 +1060,7 @@ DELAYED_GRENADE_EXPLOSION = FALSE
|
||||
; 2. when battle turns to real time
|
||||
; 3. when merc see enemy
|
||||
; 4. approve action
|
||||
; 5. out of ammo and gun's magsize < 5
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
CHANCE_SAY_ANNOYING_PHRASE = 40
|
||||
|
||||
@@ -1072,6 +1072,7 @@ DELAYED_GRENADE_EXPLOSION = FALSE
|
||||
; 2. when battle turns to real time
|
||||
; 3. when merc see enemy
|
||||
; 4. approve action
|
||||
; 5. out of ammo and gun's magsize < 5
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
CHANCE_SAY_ANNOYING_PHRASE = 100
|
||||
|
||||
Reference in New Issue
Block a user