zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_crygasgrenade/shared.lua

12 lines
350 B
Lua
Raw Normal View History

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