diff --git a/code/modules/antagonists/changeling/powers/humanform.dm b/code/modules/antagonists/changeling/powers/humanform.dm
index 8f5b349f117..09cc9cf97e2 100644
--- a/code/modules/antagonists/changeling/powers/humanform.dm
+++ b/code/modules/antagonists/changeling/powers/humanform.dm
@@ -22,7 +22,7 @@
user.dna = chosen_dna.Clone()
user.real_name = chosen_dna.real_name
domutcheck(user, MUTCHK_FORCED)
- user.flavor_text = ""
+ user.flavor_text = chosen_dna.flavor_text
user.dna.UpdateSE()
user.dna.UpdateUI()
user.sync_organ_dna(1)
diff --git a/code/modules/antagonists/changeling/powers/lesserform.dm b/code/modules/antagonists/changeling/powers/lesserform.dm
index 1509355bac8..ac9a8ac6d26 100644
--- a/code/modules/antagonists/changeling/powers/lesserform.dm
+++ b/code/modules/antagonists/changeling/powers/lesserform.dm
@@ -25,6 +25,7 @@
H.visible_message("[H] transforms!")
to_chat(H, "Our genes cry out!")
+ H.flavor_text = ""
H.monkeyize()
H.adjustBruteLoss(brute_damage)