e9da54c2f9
Too many changes to list.
12 lines
296 B
Lua
12 lines
296 B
Lua
INC_SERVER()
|
|
|
|
SWEP.Primary.Projectile = "projectile_healdart"
|
|
SWEP.Primary.ProjVelocity = 2000
|
|
|
|
function SWEP:EntModify(ent)
|
|
local owner = self:GetOwner()
|
|
|
|
ent:SetSeeked(self:GetSeekedPlayer() or nil)
|
|
ent.Heal = self.Heal * (owner.MedDartEffMul or 1)
|
|
ent.BuffDuration = self.BuffDuration
|
|
end
|