Fix grey changelings keeping their wingdings

Changelings with wingdings now permanently switch to regular speech
after transforming
This commit is contained in:
datlo
2018-10-02 16:55:04 +01:00
parent 4c49b05949
commit 03f8cf0d29
@@ -14,11 +14,15 @@
if(!chosen_dna)
return
transform_dna(user,chosen_dna)
user.changeling_update_languages(changeling.absorbed_languages)
if(user.mind.speech_span == "wingdings") //greys' wingdings isn't stored in DNA
user.mind.speech_span = ""
to_chat(user, "<span class='warning'>Our vocal cords have permanently shifted. We will now speak regularly.</span>")
feedback_add_details("changeling_powers","TR")
return 1