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:
Princess Cheeseballs
2025-09-04 14:03:10 -07:00
committed by GitHub
parent ad3874b8cd
commit 01a7fc66f0
5 changed files with 11 additions and 11 deletions

View File

@@ -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