From 370664e8a2f5bbaebd70ab57c095e7442e9f55c4 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 6 Jan 2020 11:47:21 -0600 Subject: [PATCH] Added sphere to point_tesla radius and point_tesla sound browser --- base.fgd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.fgd b/base.fgd index b419c94..721e6cc 100644 --- a/base.fgd +++ b/base.fgd @@ -2862,11 +2862,11 @@ ] -@PointClass base(Targetname, Parentname) size(-8 -8 -8, 8 8 8) = point_tesla : +@PointClass base(Targetname, Parentname) size(-8 -8 -8, 8 8 8) sphere(m_flRadius) = point_tesla : "An entity that creates tesla lightning arcs around its origin." [ m_SourceEntityName(target_destination) : "Source Entity" : "" : "If specified, tesla lightning will originate from the specified entity. Otherwise, they originate from this entity." - m_SoundName(string) : "Sound Name" : "DoSpark" : "Sound to be played whenever lightning is created." + m_SoundName(sound) : "Sound Name" : "DoSpark" : "Sound to be played whenever lightning is created." texture(sprite) : "Sprite Name" : "sprites/physbeam.vmt" : "Material to use for the tesla lightning beams."