Removed the ability for flying mobs to pass through airlocks (#8236)

* Removed the ability for flying mobs to pass through airlocks

* Adjusted the interaction of FlyingMob to Doors

Essentially removed the GlassAirlockLayer from the impassible group and instead added the HighImpassble group to the FlyingMobMask
This commit is contained in:
Ian Pike
2022-05-18 18:01:22 -04:00
committed by GitHub
parent 6c48699da6
commit a66b5de728

View File

@@ -35,7 +35,7 @@ public enum CollisionGroup
SmallMobMask = Impassable | LowImpassable,
SmallMobLayer = Opaque | BulletImpassable,
// Birds/other small flyers
FlyingMobMask = Impassable,
FlyingMobMask = Impassable | HighImpassable,
FlyingMobLayer = Opaque | BulletImpassable,
// Mechs