e9da54c2f9
Too many changes to list.
9 lines
217 B
Lua
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
|