zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_pollutor/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
133 B
Lua

INC_SERVER()
SWEP.Primary.Projectile = "projectile_biorifle"
SWEP.Primary.ProjVelocity = 900
function SWEP:PhysModify(physobj)
end