Merge pull request #15 from BClark09/patch-1

fixed being able to pickup pistol ammo anytime
This commit is contained in:
William Moodhe / JetBoom 2014-11-11 00:06:18 -05:00
commit 8920bd2cf1

View file

@ -22,6 +22,9 @@ SWEP.NoMagazine = true
SWEP.Undroppable = true
SWEP.NoPickupNotification = true
SWEP.Primary.Ammo = "none"
SWEP.Secondary.Ammo = "none"
local SwingSound = Sound( "weapons/slam/throw.wav" )
local HitSound = Sound( "Flesh.ImpactHard" )