item_snark_grenade

From Valve Developer Community
Revision as of 06:50, 18 May 2025 by MyGamepedia (talk | contribs)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Snarknest bms.png

item_snark_grenade is a point entity available in Black Mesa Black Mesa. It's a snark nest that destroys itself and leaves snarks when it touches a surface. Used by npc_alien_grunt_elite as a grenade. The amount of snarks is 5 (hardcoded). Can be placed in a map, so you can create traps using point_template. All inputs and outputs are same as CBaseAnimating.

Represented by class CItem_SnarkGrenade.

Icon-Bug.pngBug:Appeared snarks may stuck in air if was spawned at player or dynamic object. Snarks in this state are undefeatable (also can't bite) until the countdown finished.

See Also