Changelings now update their flavor text upon transforming. Updates DNA to include flavor text. (#26094)

* Fixes https://github.com/ParadiseSS13/Paradise/issues/3352

* bleugh
This commit is contained in:
Spaghetti-bit
2024-07-02 20:55:13 -07:00
committed by GitHub
parent 1a3a77d42c
commit 3e46e525da
8 changed files with 32 additions and 15 deletions
@@ -1909,6 +1909,7 @@
character.change_eye_color(e_colour, skip_icons = TRUE)
character.original_eye_color = e_colour
character.dna.flavor_text = flavor_text
if(disabilities & DISABILITY_FLAG_FAT)
character.dna.SetSEState(GLOB.fatblock, TRUE, TRUE)