mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Refactors the mind.original variable into non reference variables. Improving player mob GC (#17219)
This commit is contained in:
@@ -550,7 +550,7 @@
|
||||
else if(mind.assigned_role == "Mime")
|
||||
new_character.real_name = pick(GLOB.mime_names)
|
||||
new_character.rename_self("mime")
|
||||
mind.original = new_character
|
||||
mind.set_original_mob(new_character)
|
||||
mind.transfer_to(new_character) //won't transfer key since the mind is not active
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user