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

9 lines
217 B
Lua

INC_SERVER()
SWEP.Primary.Projectile = "projectile_strengthdart"
SWEP.Primary.ProjVelocity = 2000
function SWEP:EntModify(ent)
ent:SetSeeked(self:GetSeekedPlayer() or nil)
ent.BuffDuration = self.BuffDuration
end