12 lines
326 B
Lua
12 lines
326 B
Lua
|
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
|