From b426a12ce9734e1d50ff457755b2a5912d91b16f Mon Sep 17 00:00:00 2001 From: Blixibon Date: Thu, 16 Jul 2020 19:09:31 -0500 Subject: [PATCH] Fixed physics_cannister model keyvalue and combine_mine LOS mask keyvalue (v4.3 hotfix) --- base.fgd | 2 +- halflife2.fgd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base.fgd b/base.fgd index 2953756..7b4fd0c 100644 --- a/base.fgd +++ b/base.fgd @@ -7125,7 +7125,7 @@ @PointClass base(Targetname, Angles, Studiomodel) sphere(expradius) studioprop() = physics_cannister : "A physically simulated gas cannister that can have its cap shot off, at which point gas will start escaping and cause the cannister to fly around. If it takes enough damage, it will explode." [ - model(studio) : "World model" : "models\props_c17\canister01a.mdl" + model(studio) : "World model" : "models/props_c17/canister01a.mdl" spawnflags(flags) = [ 1 : "[1] Start Asleep" : 0 diff --git a/halflife2.fgd b/halflife2.fgd index 767758b..fc5f623 100644 --- a/halflife2.fgd +++ b/halflife2.fgd @@ -4735,7 +4735,7 @@ 1 : "Yes" ] - LOSMask(choices) : "LOS method" : 1 : "Controls what the mine can't see through when looking for enemies. Useful for when you want mines to see through grates and fences." = + LOSMask(choices) : "LOS method" : 16395 : "Controls what the mine can't see through when looking for enemies. Useful for when you want mines to see through grates and fences." = [ 16395 : "Default - Solid entities (MASK_SOLID_BRUSHONLY)" 16449 : "NPC LOS (MASK_BLOCKLOS)"