From a401a2c3db2e791e6c2eed45b57248e4dde15ba5 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 25 Nov 2020 20:14:20 -0600 Subject: [PATCH] Added note to "Template NPC" flag to clarify that it's not used for point_template --- base.fgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.fgd b/base.fgd index 771693e..34dd915 100644 --- a/base.fgd +++ b/base.fgd @@ -601,7 +601,7 @@ 256 : "[256] Long Visibility/Shoot" : 0 512 : "[512] Fade Corpse" : 1 1024 : "[1024] Think outside PVS (allows AI to stay active outside of combat and PVS)" : 0 - 2048 : "[2048] Template NPC (used by npc_maker, will not spawn)" : 0 + 2048 : "[2048] Template NPC (used by npc_maker, will not spawn; NOT used by point_template)" : 0 4096 : "[4096] Do alternate collision/player avoidance (largely obsolete, use Start/StopScripting)" : 0 8192 : "[8192] Don't drop weapons" : 0 16384 : "[16384] Ignore player push (dont give way to player)" : 0