Mentor QOL changes

This commit is contained in:
Casey
2022-08-15 01:15:14 +00:00
committed by CHOMPStation2
parent f16e9f269c
commit 93870dd2e2
8 changed files with 688 additions and 0 deletions
@@ -364,6 +364,12 @@ var/list/_client_preferences_by_type
enabled_description = "Popup New On Login"
disabled_description = "Do Nothing"
/datum/client_preference/play_mentorhelp_ping
description = "Mentorhelps"
key = "SOUND_MENTORHELP"
enabled_description = "Hear"
disabled_description = "Silent"
/********************
* Staff Preferences *
********************/
+18
View File
@@ -105,3 +105,21 @@
SScharacter_setup.queue_preferences_save(prefs)
feedback_add_details("admin_verb","TCaptureCrystal") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
<<<<<<< HEAD
=======
/client/verb/toggle_mentorhelp_ping()
set name = "Toggle Mentorhelp Ping"
set category = "Preferences"
set desc = "Toggles the mentorhelp ping"
var/pref_path = /datum/client_preference/play_mentorhelp_ping
toggle_preference(pref_path)
to_chat(src, "Mentorhelp pings are now [ is_preference_enabled(pref_path) ? "enabled" : "disabled"]")
SScharacter_setup.queue_preferences_save(prefs)
feedback_add_details("admin_verb", "TSoundMentorhelps")
>>>>>>> 16eeda039c... Merge pull request #13503 from lm40/master