zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_barrage/init.lua
William Moodhe e9da54c2f9 ZS updates for 2014-2018
Too many changes to list.
2018-05-01 18:32:59 -04:00

7 lines
139 B
Lua

INC_SERVER()
SWEP.Primary.Projectile = "projectile_grenade_bouncy"
SWEP.Primary.ProjVelocity = 600
function SWEP:PhysModify(physobj)
end