diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 03d58c8e90..8f4fba7aa5 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -371,7 +371,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) var/msg = "- AdminHelp marked as IC issue! -
" msg += "Losing is part of the game!
" - msg += "Your character will frequently die, sometimes without even a possibility of avoiding it. Events will often be out of your control. No matter how good or prepared you are, sometimes you just lose." + msg += "It is also possible that your ahelp is unable to be answered properly, due to events occurring in the round." if(initiator) to_chat(initiator, msg)