Skip to content

Fixed players disappearing when spindashing whilst wearing multi-layer shields

toaster requested to merge shield_issues into master

The problem was that MT_OVERLAY's default radius and height were never getting changed from 1*FRACUNIT, and that meant that when you spindashed, the game considered it completely below the surface of the flat you were standing on. Since you're not usually clipped on flats that don't belong to FOFs, we didn't notice this aspect of the issue sooner.

I'm also tweaking the shield stuff to make SURE it doesn't happen again, but I doubt it's strictly necessary.

Merge request reports