From efb5cd342c55bd5d27d07f5d20bd5d14c63e2c72 Mon Sep 17 00:00:00 2001 From: FrozenGuy5 <31222036+praisenarsie@users.noreply.github.com> Date: Thu, 15 Feb 2018 05:10:23 +0000 Subject: [PATCH] Spellchecks announcement's grammar (#35636) * no
* i shall not take the risk --- code/modules/antagonists/cult/cult_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + ..()