diff --git a/code/modules/client/preference_setup/vore/02_size.dm b/code/modules/client/preference_setup/vore/02_size.dm index 9a976ab9f8..e741c385e3 100644 --- a/code/modules/client/preference_setup/vore/02_size.dm +++ b/code/modules/client/preference_setup/vore/02_size.dm @@ -109,8 +109,8 @@ . += "Scaling Center: [pref.offset_override ? "Odd" : "Even"]
" //CHOMPEdit . += "Voice Frequency: [pref.voice_freq]
" . += "Voice Sounds: [pref.voice_sound]
" + . += "Test Selected Voice
" . += "Custom Speech Bubble: [pref.custom_speech_bubble]
" - . += "Test Selected Voice
" // CHOMPEdit: Enables testing voices . += "
" . += "Relative Weight: [pref.weight_vr]
" . += "Weight Gain Rate: [pref.weight_gain]
" @@ -215,7 +215,7 @@ else pref.custom_speech_bubble = choice return TOPIC_REFRESH - // CHOMPEdit: Enable testing voice sounds + else if(href_list["voice_test"]) var/sound/S = pick(pref.voice_sound) switch(pref.voice_sound) @@ -250,5 +250,5 @@ S.frequency = pick(pref.voice_freq) S.volume = 50 SEND_SOUND(user, S) - // CHOMPEdit End - return ..(); + + return ..(); \ No newline at end of file