Update lua/weapons/koolaids_poo_blaster.lua
parent
2d503de0c5
commit
55673c0d1d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue