inital commit

This commit is contained in:
Gabe Venberg 2024-07-06 11:40:26 -05:00
commit b17e9ae3fb
36 changed files with 771 additions and 0 deletions

View file

@ -0,0 +1,10 @@
//eva reports no longer biome senesitive, crew reports are.
@EXPERIMENT_DEFINITION:HAS[#id[crewReport]]:FINAL
{
@biomeMask = 31
}
@EXPERIMENT_DEFINITION:HAS[#id[evaReport]]:FINAL
{
@biomeMask = 7
}