mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fix grey changelings keeping their wingdings
Changelings with wingdings now permanently switch to regular speech after transforming
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user