From d68ba3ae23440e5f1e7d086cf9c7bdce783ed49a Mon Sep 17 00:00:00 2001 From: ArgobargSoup Date: Tue, 4 Dec 2018 13:52:45 -0800 Subject: [PATCH 1/3] Changes IC Issue response to be a bit less snippy. --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 718b7da615a..11083230341 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -343,7 +343,7 @@ 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 += "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." if(initiator) From 7fea35c246b2a49c10b038b7c4db0bfca994de4a Mon Sep 17 00:00:00 2001 From: ArgobargSoup Date: Tue, 4 Dec 2018 13:57:01 -0800 Subject: [PATCH 2/3] Fixes a little grammar/spelling error. --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 11083230341..09ebe258422 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) From a7139093b3207849c0535cf7150288fe971221a0 Mon Sep 17 00:00:00 2001 From: ArgobargSoup Date: Tue, 4 Dec 2018 14:11:00 -0800 Subject: [PATCH 3/3] Adds a VStation Edit. --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 09ebe258422..0327e0c84a9 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 unable to be answered due to ongoing events." + msg += "Your AdminHelp may also be unable to be answered due to ongoing events." //VOREStation Edit if(initiator) to_chat(initiator, msg)