Merge pull request #12990 from timothyteakettle/tongue-patch

make tongue preference pass through cloning
This commit is contained in:
silicons
2020-08-05 15:26:04 -07:00
committed by GitHub
+1
View File
@@ -2800,6 +2800,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)