diff --git a/code/datums/managed_browsers/changelingevolution.dm b/code/datums/managed_browsers/changelingevolution.dm index 27190e313a..4458604b9b 100644 --- a/code/datums/managed_browsers/changelingevolution.dm +++ b/code/datums/managed_browsers/changelingevolution.dm @@ -161,7 +161,7 @@ if(powerdata in my_client.mob.mind.changeling.purchased_powers) textbody += "
This ability is already evolved!
" else if(cat != "Inherent") - textbody += "
Cost: [powerdata.genomecost]" + textbody += "
Cost: [powerdata.genomecost]
" textbody += "
Evolve
" textbody += "" display()