diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 1108323034..09ebe25842 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -344,7 +344,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) var/msg = "- AdminHelp marked as IC issue! -
" msg += "This is something that can be solved ICly, and does not currently require admin intervention.
" //VOREStation Edit - msg += "Your AdminHelp may also be unabled to be answered due to ongoing events." + msg += "Your AdminHelp may also be unable to be answered due to ongoing events." if(initiator) to_chat(initiator, msg)