zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_wraith/init.lua
2014-10-01 20:49:54 -04:00

20 lines
334 B
Lua

AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
include("shared.lua")
SWEP.MoanDelay = 3
--[[function SWEP:Think()
self.BaseClass.Think(self)
self:BarricadeGhostingThink()
end
function SWEP:Holster()
if self.Owner:IsValid() then
self.Owner:SetBarricadeGhosting(false)
end
return self.BaseClass.Holster(self)
end]]