lesser form will update flavor text appropriately (#29626)

This commit is contained in:
Toastical
2025-06-19 16:58:18 +00:00
committed by GitHub
parent 42ebe301d7
commit 19ff013d46
2 changed files with 2 additions and 1 deletions
@@ -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)
@@ -25,6 +25,7 @@
H.visible_message("<span class='warning'>[H] transforms!</span>")
to_chat(H, "<span class='warning'>Our genes cry out!</span>")
H.flavor_text = ""
H.monkeyize()
H.adjustBruteLoss(brute_damage)