mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-05-16 00:28:06 +03:00
11 lines
506 B
Plaintext
11 lines
506 B
Plaintext
//=============================================================================
|
|
//
|
|
// Purpose: Half-Life 2 mod game definition file (.fgd)
|
|
// Defines new entities for the flaregun weapon
|
|
//
|
|
//=============================================================================
|
|
|
|
@include "halflife2.fgd"
|
|
|
|
@PointClass base(Item) studio("models/items/boxflares.mdl")= item_box_flare_rounds : "Box of Flare Rounds" []
|
|
@PointClass base(Weapon) studio("models/weapons/w_pistol.mdl") = weapon_flaregun : "Flaregun" [] |