Add files via upload

This commit is contained in:
radiantAurora
2021-06-09 19:23:16 +01:00
committed by GitHub
parent b0629849d7
commit 9b28bc72b8
+17
View File
@@ -40,6 +40,23 @@
feedback_add_details("admin_verb","TDigestNoise") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
//CHOMPEdit: belching
/client/verb/toggle_belch_noises()
set name = "Audible belching"
set category = "Preferences"
set desc = "Toggles audible belches."
var/pref_path = /datum/client_preference/belch_noises
toggle_preference(pref_path)
to_chat(src, "You will [ (is_preference_enabled(pref_path)) ? "now" : "no longer"] hear belching.")
SScharacter_setup.queue_preferences_save(prefs)
feedback_add_details("admin_verb","TBelchNoise")
//CHOMPEdit End
/client/verb/toggle_emote_noises()
set name = "Emote Noises"