Drew ADMIN
2026.08.07
#129
ant tunnel 1 map has map walls that can be jumped though when standing on a platform
FIXED
when standing on the platform show in my screenshot and jumping into the wall to the right i fall though it
🍅 ME TOO · 0
Log in to confirm this bug.
COMMENTS
2 replies
SnailHunter ADMIN
2026.08.11
Fixed. This is the same defect as the Cave of Evil Eye reports.
A tall wall in the game data is not one piece - it is a stack of short vertical segments chained end to end, and the collision check only ever looked at the first two of them. That covers roughly the bottom 70px of the wall, and a jump carries you 77px, so walking into a wall was blocked correctly while jumping into it passed straight through. The check now follows the whole wall run instead of stopping after two links.
Ant Tunnel was not one of the maps I replayed while verifying, so please do re-test this exact spot and reopen it if you still go through.
A tall wall in the game data is not one piece - it is a stack of short vertical segments chained end to end, and the collision check only ever looked at the first two of them. That covers roughly the bottom 70px of the wall, and a jump carries you 77px, so walking into a wall was blocked correctly while jumping into it passed straight through. The check now follows the whole wall run instead of stopping after two links.
Ant Tunnel was not one of the maps I replayed while verifying, so please do re-test this exact spot and reopen it if you still go through.









