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

17 lines
279 B
Lua

INC_SERVER()
SWEP.MoanDelay = 3
--[[function SWEP:Think()
self.BaseClass.Think(self)
self:BarricadeGhostingThink()
end
function SWEP:Holster()
if self:GetOwner():IsValid() then
self:GetOwner():SetBarricadeGhosting(false)
end
return self.BaseClass.Holster(self)
end]]