Can't crawl over counters (#40099)
Counters and Tables separation Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad3874b8cd
commit
01a7fc66f0
@@ -59,6 +59,9 @@ public enum CollisionGroup
|
||||
TableMask = Impassable | MidImpassable,
|
||||
TableLayer = MidImpassable,
|
||||
|
||||
// Tables that SmallMobs can't go under
|
||||
CounterLayer = MidImpassable | LowImpassable,
|
||||
|
||||
// Tabletop machines, windoors, firelocks
|
||||
TabletopMachineMask = Impassable | HighImpassable,
|
||||
// Tabletop machines
|
||||
|
||||
Reference in New Issue
Block a user