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

13 lines
393 B
Lua

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"