Files
Bubberstation/code/modules/mob/dead
SkyratBot bcd09e2be4 [MIRROR] Fix a compiler mis-optimization in create_character [MDB IGNORE] (#23265)
* 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>
2023-08-22 19:12:27 -04:00
..