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

11 lines
350 B
Lua

SWEP.PrintName = "Cryo Gas Grenade"
SWEP.Description = "Spews cryo gas in an area where it lands for a significant period of time. Zombies in the area take damage over time and move and attack slower."
SWEP.Base = "weapon_zs_basethrown"
SWEP.ShowViewModel = false
SWEP.ShowWorldModel = false
SWEP.Primary.Ammo = "crygasgrenade"
SWEP.MaxStock = 6