Add BEHAVIOR & SCRIPTS to configs

This commit is contained in:
Sally Coolatta 2022-12-27 17:25:54 -05:00
parent f4808aa7cf
commit a252e75ba7
2 changed files with 32 additions and 0 deletions

View file

@ -344,6 +344,20 @@ maplumpnames
allowempty = true;
}
BEHAVIOR
{
required = false;
blindcopy = true;
nodebuild = false;
}
SCRIPTS
{
required = false;
nodebuild = false;
script = "RingRacers_ACS.cfg";
}
PICTURE
{
required = false;
@ -3329,6 +3343,10 @@ thingtypes
flags8text = "[8] Double Size";
fixedrotation = 1;
}
300
{
title = "Emblem";
}
}
miscellaneous

View file

@ -472,6 +472,20 @@ sharedmaplumpnames
allowempty = true;
}
BEHAVIOR
{
required = false;
blindcopy = true;
nodebuild = false;
}
SCRIPTS
{
required = false;
nodebuild = false;
script = "RingRacers_ACS.cfg";
}
PICTURE
{
required = false;