make tongue preference dna

This commit is contained in:
timothyteakettle
2020-07-31 23:04:29 +01:00
parent 159d5c1896
commit 8d63714f3a
+1
View File
@@ -2796,6 +2796,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(custom_tongue != "default")
var/new_tongue = GLOB.roundstart_tongues[custom_tongue]
if(new_tongue)
character.dna.species.mutanttongue = new_tongue //this means we get our tongue when we clone
var/obj/item/organ/tongue/T = character.getorganslot(ORGAN_SLOT_TONGUE)
if(T)
qdel(T)