diff --git a/base.fgd b/base.fgd index edd305d..92a0248 100644 --- a/base.fgd +++ b/base.fgd @@ -5339,6 +5339,12 @@ 2 : "[2] Preserve entity names (Don't do name fixup)" : 1 ] + FixupMode(choices) : "Expanded name fixup" : 0 : "Allows name fixup to target *all* instances of template names in keyvalues and I/O, including output parameters. Requires name fixup to be enabled (''Preserve entity names'' spawnflag disabled)." = + [ + 0 : "No" + 1 : "Yes" + ] + Template01(target_destination) : "Template 1" Template02(target_destination) : "Template 2" Template03(target_destination) : "Template 3"