diff --git a/lua/weapons/darkrpg2_swep/shared.lua b/lua/weapons/darkrpg2_swep/shared.lua index fd92c27..5cb9bab 100644 --- a/lua/weapons/darkrpg2_swep/shared.lua +++ b/lua/weapons/darkrpg2_swep/shared.lua @@ -34,6 +34,13 @@ SWEP.Primary.DefaultClip = -1 SWEP.Primary.Automatic = false SWEP.Primary.Ammo = "" +SWEP.Secondary.Damage = -1 +SWEP.Secondary.Delay = -1 +SWEP.Secondary.ClipSize = -1 +SWEP.Secondary.DefaultClip = -1 +SWEP.Secondary.Automatic = false +SWEP.Secondary.Ammo = "" + SWEP.ViewModelFOV = 62 SWEP.ViewModelFlip = false SWEP.UseHands = true @@ -78,4 +85,4 @@ end function SWEP:OnDrop() if self != nil then self:Remove() end -end \ No newline at end of file +end