From e586d03e0a55f6618555b8f1c8ca89807b669852 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Thu, 2 Jul 2020 19:47:05 +0200 Subject: [PATCH] text spans. --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 0bf095f701..2efc7f8cd3 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -2737,7 +2737,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) character.dna.update_body_size(old_size) //speech stuff - if(custom_tongue != default) + if(custom_tongue != "default") var/new_tongue = GLOB.roundstart_tongues[custom_tongue] if(new_tongue) var/obj/item/organ/tongue/T = character.getorganslot(ORGAN_SLOT_TONGUE)