Update weapon_lucabigsteel.lua

This commit is contained in:
2023-05-11 00:12:56 +02:00
parent 002ac0295a
commit 61ae945a3d

View File

@@ -36,7 +36,7 @@ SWEP.Secondary.ClipSize = -1
SWEP.Secondary.DefaultClip = -1
SWEP.Secondary.Automatic = false
SWEP.Secondary.Ammo = "none"
SWEP.ExplosionRadius = 300
SWEP.ExplosionRadius = 450
SWEP.ExplosionDamage = 25
function SWEP:Initialize()
@@ -103,14 +103,12 @@ function SWEP:SecondaryAttack()
self:TakeSecondaryAmmo(1)
self:SetNextSecondaryFire(CurTime() + 1)
self:SetNextSecondaryFire(CurTime() + 0.65)
end
end
function SWEP:CanPrimaryAttack()
if self.Weapon:Clip1() <= 0 then