e9da54c2f9
Too many changes to list.
21 lines
265 B
Lua
21 lines
265 B
Lua
AddCSLuaFile()
|
|
|
|
SWEP.Base = "weapon_zs_zombie"
|
|
|
|
SWEP.PrintName = "Fresh Dead"
|
|
|
|
SWEP.MeleeDamage = 20
|
|
|
|
function SWEP:Reload()
|
|
self:SecondaryAttack()
|
|
end
|
|
|
|
function SWEP:StartMoaning()
|
|
end
|
|
|
|
function SWEP:StopMoaning()
|
|
end
|
|
|
|
function SWEP:IsMoaning()
|
|
return false
|
|
end
|