diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 718b7da615a..0327e0c84a9 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -343,8 +343,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) return var/msg = "- AdminHelp marked as IC issue! -
" - msg += "Losing is part of the game!
" - msg += "Your AdminHelp may also be unabled to be answered due to ongoing events." + msg += "This is something that can be solved ICly, and does not currently require admin intervention.
" //VOREStation Edit + msg += "Your AdminHelp may also be unable to be answered due to ongoing events." //VOREStation Edit if(initiator) to_chat(initiator, msg)