Remove HighImpassable from TableTopLayer (#29455)
* uhmm * Update CollisionGroup.cs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user