Security weaponry and balance tweaks. (#15297)

This commit is contained in:
Matt Atlas
2023-01-23 15:05:40 +01:00
committed by GitHub
parent 7c0248aed2
commit f9d8fc6f04
13 changed files with 91 additions and 39 deletions

View File

@@ -518,7 +518,7 @@
if(length(firemodes))
F = firemodes[sel_mode]
if(one_hand_fa_penalty > 2 && !wielded && F?.name == "full auto") // todo: make firemode names defines
P.accuracy -= one_hand_fa_penalty/2
P.accuracy -= one_hand_fa_penalty * 0.5
P.dispersion -= one_hand_fa_penalty * 0.5
//does the actual launching of the projectile