Merge remote-tracking branch 'upstream/master' into updates

This commit is contained in:
Hawk_v3
2018-11-01 23:15:58 +00:00
32 changed files with 276 additions and 38 deletions

View File

@@ -329,7 +329,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
return
if(initiator)
initiator << 'sound/effects/adminhelp.ogg'
if(initiator.is_preference_enabled(/datum/client_preference/holder/play_adminhelp_ping))
initiator << 'sound/effects/adminhelp.ogg'
to_chat(initiator, "<font color='red' size='4'><b>- AdminHelp Rejected! -</b></font>")
to_chat(initiator, "<font color='red'><b>Your admin help was rejected.</b></font>")