]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove HighImpassable from TableTopLayer (#29455)
authorlzk <124214523+lzk228@users.noreply.github.com>
Sat, 20 Jul 2024 05:56:21 +0000 (07:56 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 05:56:21 +0000 (15:56 +1000)
* uhmm

* Update CollisionGroup.cs

Content.Shared/Physics/CollisionGroup.cs

index 775ccb7c446c52485973cd9b25d9b5ad7f58fa71..9f8c5ad9befbdc364b5761630cd92e594634bdff 100644 (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,