From bb6d7da18aa274f52a8c8fe125212f012b6b5f51 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 5 Dec 2020 11:13:29 -0500 Subject: [PATCH 1/2] Merge pull request #9412 from VOREStation/Verkister-patch-6 Fixes proteans losing languages when un-blobbing --- .../carbon/human/species/station/protean_vr/protean_blob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm index 55a6d5e4e4..253f3d2f59 100644 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm @@ -382,7 +382,7 @@ var/global/list/disallowed_protean_accessories = list( B.owner = blob //We can still speak our languages! - blob.languages = languages + blob.languages = languages.Copy() //Flip them to the protean panel if(panel_was_up)