Remove HighImpassable from TableTopLayer (#29455)

* uhmm

* Update CollisionGroup.cs
This commit is contained in:
lzk 2024-07-20 07:56:21 +02:00 committed by deltanedas
parent 5a503cff1a
commit b3605cea36
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public enum CollisionGroup
// Tabletop machines, windoors, firelocks
TabletopMachineMask = Impassable | HighImpassable,
// Tabletop machines
TabletopMachineLayer = Opaque | HighImpassable | BulletImpassable,
TabletopMachineLayer = Opaque | BulletImpassable,
// Airlocks, windoors, firelocks
GlassAirlockLayer = HighImpassable | MidImpassable | BulletImpassable | InteractImpassable,