Skip to content

Fixed: Bots no longer attempt to pathfind across monster blocking linedefs if they have -NOBLOCKMONST.

Trillster requested to merge topic/default/blockmonst-bots into branch/default

Mega Man 8-Bit Deathmatch gives its bot players -NOBLOCKMONST alongside marking the edges of its pits as monster blocking linedefs as an easy way to prevent bots from falling into pits. However, it causes their pathfinding to get a bit screwy, so I figured this would be a good way to fix that.

Edited by Trillster

Merge request reports