Added note to "Template NPC" flag to clarify that it's not used for point_template

This commit is contained in:
Blixibon 2020-11-25 20:14:20 -06:00
parent 184357d9b4
commit a401a2c3db

View File

@ -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