Files
Bubberstation/code/modules/mob/dead/new_player
Mothblocks 19bfb14796 Fix a compiler mis-optimization in create_character (#77801)
`mind.transfer_to` sets mind to null.

`mind.set_original_character` thus, should not work, but happens to
because BYOND incorrectly caches this.

This is causing problems with OpenDream because they do not have this
same bug.
2023-08-22 10:32:55 -06:00
..