diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index e98f89718b..6d4a5fce18 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -530,7 +530,7 @@ "The shuttle dispatcher was found dead with bloody symbols carved into their flesh.", "The shuttle's transponder is emitting the encoded message 'FEAR THE OLD BLOOD' in lieu of its assigned identification signal.") var/message = pick_n_take(curses) - message += "
The shuttle will be delayed by three minutes." + message += " The shuttle will be delayed by three minutes." priority_announce("[message]", "System Failure", 'sound/misc/notice1.ogg') curselimit++ @@ -987,4 +987,4 @@ return throw_at(D.thrower, 7, 1, D.thrower) else - ..() \ No newline at end of file + ..()