e9da54c2f9
Too many changes to list.
9 lines
191 B
Lua
9 lines
191 B
Lua
INC_SERVER()
|
|
|
|
function SWEP:ApplyMeleeDamage(ent, trace, damage)
|
|
if ent:IsPlayer() then
|
|
ent:GiveStatus("dimvision", 6)
|
|
end
|
|
|
|
self.BaseClass.ApplyMeleeDamage(self, ent, trace, damage)
|
|
end
|