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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user