From 66e71b6148a2e05dddedd9bc33c54dea8d273e75 Mon Sep 17 00:00:00 2001 From: Sypsoti Date: Mon, 25 Apr 2022 14:11:37 -0500 Subject: [PATCH] oops --- code/datums/managed_browsers/changelingevolution.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()