Skip to content

Let Lua access spectator mobjs

LJ Sonic requested to merge realmo into next

This just adds a player.realmo field which returns the player's mobj even if they are spectating.

Ideally this would be the default behaviour of player.mo, but changing that would break many scripts so I made it a separate field instead.

Merge request reports