Move collision groups over to the new flags system.

This commit is contained in:
Pieter-Jan Briers
2020-05-25 16:32:33 +02:00
parent b53446bed1
commit 96ccab0e16
27 changed files with 153 additions and 56 deletions

View File

@@ -23,8 +23,8 @@ namespace Content.Shared.Physics
MapGrid = MapGridHelpers.CollisionGroup, // Map grids, like shuttles. This is the actual grid itself, not the walls or other entities connected to the grid.
// 32 possible groups
MobMask = Impassable | MobImpassable | VaultImpassable | SmallImpassable,
// 32 possible groups
AllMask = -1,
}
}