Another variant of the new monster, new menu category for alien items/structures, another ruin-specific music clip

This commit is contained in:
Regalis
2016-05-03 00:09:41 +03:00
parent 9f30ecc1b7
commit 2c76a6ad3c
12 changed files with 115 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ namespace Barotrauma
[Flags]
enum MapEntityCategory
{
Structure = 1, Machine = 2, Equipment = 4, Electrical = 8, Material = 16, Misc = 32
Structure = 1, Machine = 2, Equipment = 4, Electrical = 8, Material = 16, Misc = 32, Alien = 64
}
class MapEntityPrefab