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

11 lines
372 B
Lua

AddCSLuaFile()
SWEP.Base = "weapon_zs_manhack"
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."
SWEP.DeployClass = "prop_manhack_saw"
SWEP.ControlWeapon = "weapon_zs_manhackcontrol_saw"
SWEP.Primary.Ammo = "manhack_saw"