diff --git a/lua/weapons/koolaids_poo_blaster.lua b/lua/weapons/koolaids_poo_blaster.lua index 2d6905c..e3b4ba9 100644 --- a/lua/weapons/koolaids_poo_blaster.lua +++ b/lua/weapons/koolaids_poo_blaster.lua @@ -26,6 +26,7 @@ SWEP.Primary.Automatic = false SWEP.Primary.Damage = 99999 SWEP.Primary.Cone = 0.25 SWEP.Primary.Sound = "pooblaster/fard.mp3" +SWEP.Primary.Automatic = true SWEP.Primary.ClipSize = -1 SWEP.Primary.DefaultClip = -1 @@ -36,6 +37,7 @@ SWEP.Secondary.ClipSize = -1 SWEP.Secondary.DefaultClip = -1 SWEP.Secondary.Automatic = false SWEP.Secondary.Ammo = "none" +SWEP.Secondary.Automatic = true SWEP.Secondary.Delay = 1 SWEP.Secondary.Sound = "pooblaster/pooblaster.ogg"