From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 20 Jul 2024 05:56:21 +0000 (+0200) Subject: Remove HighImpassable from TableTopLayer (#29455) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8d5792efd700e8e5544ff8eaf75c64ba26230a7f;p=space-station-14.git Remove HighImpassable from TableTopLayer (#29455) * uhmm * Update CollisionGroup.cs --- diff --git a/Content.Shared/Physics/CollisionGroup.cs b/Content.Shared/Physics/CollisionGroup.cs index 775ccb7c44..9f8c5ad9be 100644 --- a/Content.Shared/Physics/CollisionGroup.cs +++ b/Content.Shared/Physics/CollisionGroup.cs @@ -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,