Woops! These should be designated better.

This commit is contained in:
Fesiug 2023-11-13 23:00:12 -05:00
parent 4bb169b5a3
commit 26fd76c4fd
2 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,6 @@ function ENT:Use( activator )
wep:BSend( { "Ammo" .. i, false, bc.Ammo } ) wep:BSend( { "Ammo" .. i, false, bc.Ammo } )
end end
end end
self:EmitSound( "benny/weapons/mp5k/boltdrop.ogg", 70, 100, 0.5 )
end end
end end

View File

@ -131,7 +131,7 @@ function SWEP:Reload()
return false return false
end end
if self:DGetClip( hand ) != 0 then if self:DGetWepClip( hand ) != 0 then
B_Sound( self, self:BClass( hand ).Sound_MagOut ) B_Sound( self, self:BClass( hand ).Sound_MagOut )
self:DSetClip( hand, 0 ) self:DSetClip( hand, 0 )
self:DSetWepClip( hand, 0 ) self:DSetWepClip( hand, 0 )