From e28adbfe753893a047ca56655a8478d97703639c Mon Sep 17 00:00:00 2001 From: Neerti Date: Sun, 13 Jan 2019 02:26:42 -0500 Subject: [PATCH 1/2] Makes IC ticket response less rude --- code/modules/admin/verbs/adminhelp.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 0327e0c84a..49955b68f9 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -343,8 +343,13 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) return var/msg = "- AdminHelp marked as IC issue! -
" +<<<<<<< HEAD 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 +======= + msg += "This is something that can be solved ICly, and does not currently require staff intervention.
" + msg += "Your AdminHelp may also be unanswerable due to ongoing events." +>>>>>>> ece6992... Merge pull request #5820 from Anewbe/ic_issue_response if(initiator) to_chat(initiator, msg) From fcff9205e6b693a5ea39b58f104f93bab786970e Mon Sep 17 00:00:00 2001 From: Spades Date: Sun, 13 Jan 2019 12:27:21 -0500 Subject: [PATCH 2/2] Eliminates vorestation edit --- code/modules/admin/verbs/adminhelp.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 49955b68f9..a6e50cb108 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -343,13 +343,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) return var/msg = "- AdminHelp marked as IC issue! -
" -<<<<<<< HEAD - 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 -======= msg += "This is something that can be solved ICly, and does not currently require staff intervention.
" msg += "Your AdminHelp may also be unanswerable due to ongoing events." ->>>>>>> ece6992... Merge pull request #5820 from Anewbe/ic_issue_response if(initiator) to_chat(initiator, msg)