From 658d6dbc0f67ed1cbe73c0522ba5cfe69aa1966a Mon Sep 17 00:00:00 2001 From: Sypsoti Date: Sat, 5 Mar 2022 19:22:45 -0600 Subject: [PATCH] fixes missing html tag --- 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 b520c554ce..d7dd020767 100644 --- a/code/datums/managed_browsers/changelingevolution.dm +++ b/code/datums/managed_browsers/changelingevolution.dm @@ -103,7 +103,7 @@ my_client.mob.mind.changeling.purchasePower(M, Thepower) if(href_list["tutorial"]) - textbody = "
What am I?
" + textbody = "
What am I?

" textbody += "" textbody += "You are a changeling, a creature empowered with genetic-based abilities that change your body in bizarre ways." textbody += " It's probably best the crew doesn't know about your power -- at least not right away.

"