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'))