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

12 lines
326 B
Lua
Raw Normal View History

SWEP.PrintName = "Bloodshot Bomb"
SWEP.Description = "A cloud of strength and defence boosting gas affecting all humans in the radius, also providing a small amount of blood armor."
SWEP.Base = "weapon_zs_basethrown"
SWEP.ShowViewModel = false
SWEP.ShowWorldModel = false
SWEP.Primary.Ammo = "bloodshot"
SWEP.MaxStock = 3