mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Adds audible belching preference toggle, makes belch emote respect it
This commit is contained in:
@@ -95,6 +95,7 @@ var/list/_client_preferences_by_type
|
||||
key = "DIGEST_NOISES"
|
||||
enabled_description = "Noisy"
|
||||
disabled_description = "Silent"
|
||||
<<<<<<< HEAD
|
||||
//CHOMPEdit; belching
|
||||
/datum/client_preference/belch_noises
|
||||
description = "Burping"
|
||||
@@ -103,6 +104,17 @@ var/list/_client_preferences_by_type
|
||||
disabled_description = "Silent"
|
||||
enabled_by_default = FALSE
|
||||
//CHOMPEdit end
|
||||
||||||| parent of 0f04ef8b32... Merge pull request #11624 from Rykka-Stormheart/shep-dev-belch-pref
|
||||
|
||||
=======
|
||||
|
||||
/datum/client_preference/belch_noises // Belching noises - pref toggle for 'em
|
||||
description = "Burping"
|
||||
key = "BELCH_NOISES"
|
||||
enabled_description = "Noisy"
|
||||
disabled_description = "Silent"
|
||||
|
||||
>>>>>>> 0f04ef8b32... Merge pull request #11624 from Rykka-Stormheart/shep-dev-belch-pref
|
||||
/datum/client_preference/emote_noises
|
||||
description = "Emote Noises" //MERP
|
||||
key = "EMOTE_NOISES"
|
||||
|
||||
Reference in New Issue
Block a user