Merge pull request #967 from CHOMPStationBot/upstream-merge-9412

[MIRROR] Fixes proteans losing languages when un-blobbing
This commit is contained in:
Nadyr
2020-12-08 03:02:35 -05:00
committed by GitHub
@@ -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)