From 1fa643484b3fc131fa09cc49982e4913cf19c801 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sat, 11 Sep 2021 13:37:19 -0400 Subject: [PATCH] Adds The infront of nuclear device --- code/modules/admin/verbs/pray.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/pray.dm b/code/modules/admin/verbs/pray.dm index cde40152370..d3a37b18e1b 100644 --- a/code/modules/admin/verbs/pray.dm +++ b/code/modules/admin/verbs/pray.dm @@ -83,11 +83,11 @@ if(check_rights(R_EVENT,0,X.mob)) to_chat(X, msg) if(nuke_status == NUKE_MISSING) - to_chat(X, "Nuclear device is not on station!") + to_chat(X, "The nuclear device is not on station!") else to_chat(X, "The nuke code is [nuke_code].") if(nuke_status == NUKE_CORE_MISSING) - to_chat(X, "Nuclear device does not have a core, and will not arm!") + to_chat(X, "The nuclear device does not have a core, and will not arm!") if(X.prefs.sound & SOUND_ADMINHELP) SEND_SOUND(X, sound('sound/effects/adminhelp.ogg'))