mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
lesser form will update flavor text appropriately (#29626)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user