* 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.
* Fix a compiler mis-optimization in create_character
---------
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>