mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Merge pull request #967 from CHOMPStationBot/upstream-merge-9412
[MIRROR] Fixes proteans losing languages when un-blobbing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user