diff --git a/code/modules/client/preference_setup/global/setting_datums.dm b/code/modules/client/preference_setup/global/setting_datums.dm index c8a7e269fb..bade14759f 100644 --- a/code/modules/client/preference_setup/global/setting_datums.dm +++ b/code/modules/client/preference_setup/global/setting_datums.dm @@ -95,26 +95,14 @@ 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" - key = "BELCH_NOISES" - enabled_description = "Noisy" - 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" + enabled_by_default = FALSE //CHOMPedit ->>>>>>> 0f04ef8b32... Merge pull request #11624 from Rykka-Stormheart/shep-dev-belch-pref /datum/client_preference/emote_noises description = "Emote Noises" //MERP key = "EMOTE_NOISES"