Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ SWEP.Primary.Recoil = 0.8
SWEP.Primary.Damage = 18
SWEP.Primary.NumShots = 1
SWEP.Primary.Cone = 0.02
SWEP.Primary.ClipSize = 8
SWEP.Primary.ClipSize = 6
SWEP.Primary.RPM = 90
SWEP.Primary.DefaultClip = 8
SWEP.Primary.DefaultClip = 6
SWEP.Primary.Automatic = false
SWEP.Primary.Ammo = "Battery"

Expand All @@ -48,7 +48,7 @@ SWEP.SightsAng = SWEP.IronSightsAng

SWEP.Kind = WEAPON_PISTOL
SWEP.AmmoEnt = "item_ammo_battery_mor"
SWEP.KGWeight = 7
SWEP.KGWeight = 10
SWEP.NeverRandom = true

SWEP.GunHud = {height = 2, width = 4, attachmentpoint = "1", enabled = false}
Expand Down Expand Up @@ -213,4 +213,4 @@ if( CLIENT ) then

effects.Register( EFFECT, "RedMuzzle" );

end
end