Залив

This commit is contained in:
Refosel
2026-03-30 10:39:52 +03:00
commit 2b57c019cb
2010 changed files with 185745 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
ATTACHMENT.Base = "att_perk_soh"
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.Animations.Reload = weapon.Animations.Reload_Fast
weapon.Animations.Reload_Empty = weapon.Animations.Reload_Empty_Fast
weapon.Animations.Reload_Xmag = weapon.Animations.Reload_Xmag_Fast
weapon.Animations.Reload_Empty_Xmag = weapon.Animations.Reload_Empty_Xmag_Fast
weapon.Animations.reload_mmag = weapon.Animations.reload_mmag_fast
weapon.Animations.reload_empty_mmag = weapon.Animations.reload_empty_mmag_fast
end