ECS thrown items (#4110)

This commit is contained in:
metalgearsloth
2021-05-31 17:13:40 +10:00
committed by GitHub
parent 8a6ab624ab
commit 10615c233c
3 changed files with 56 additions and 38 deletions

View File

@@ -27,7 +27,7 @@ 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.
MobMask = Impassable | MobImpassable | VaultImpassable | SmallImpassable,
ThrownItem = MobImpassable | Impassable,
ThrownItem = VaultImpassable,
// 32 possible groups
AllMask = -1,
}