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 GitHub
parent 0cbc2e8d43
commit 8d5792efd7

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,