From dbeed7215fe23fcfde35c0e844b39a18fd967e9d Mon Sep 17 00:00:00 2001 From: Marm <85680653+ItsMarmite@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:36:30 +0100 Subject: [PATCH] Fixes Spirit Realm text (#18133) It is now bold. --- code/game/gamemodes/cult/cult_actions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/cult/cult_actions.dm b/code/game/gamemodes/cult/cult_actions.dm index 220f5875014..449a109f315 100644 --- a/code/game/gamemodes/cult/cult_actions.dm +++ b/code/game/gamemodes/cult/cult_actions.dm @@ -81,7 +81,7 @@ if(iscultist(M)) to_chat(M, living_message) else if((M in GLOB.dead_mob_list) && !isnewplayer(M)) - to_chat(M, "[title] ([ghost_follow_link(user, ghost=M)]): [message]") + to_chat(M, "[title] ([ghost_follow_link(user, ghost=M)]): [message]") //Objectives