zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_manhack_saw.lua

14 lines
393 B
Lua
Raw Normal View History

2014-10-02 08:49:54 +08:00
AddCSLuaFile()
if CLIENT then
SWEP.PrintName = "Manhack - Saw Attachment"
SWEP.Description = "A modified manhack with a saw blade attachment.\nDoes significantly more damage and is more durable. Slightly less easy to control."
end
SWEP.Base = "weapon_zs_manhack"
SWEP.DeployClass = "prop_manhack_saw"
SWEP.ControlWeapon = "weapon_zs_manhackcontrol_saw"
SWEP.Primary.Ammo = "manhack_saw"