text spans.

This commit is contained in:
Ghom
2020-07-02 19:47:05 +02:00
committed by GitHub
parent c919075aca
commit e586d03e0a
+1 -1
View File
@@ -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)