From 85a7c2d7d4fe786b7f6f2d79c6870700d326ef99 Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 14 Aug 2018 09:16:42 +0300 Subject: [PATCH] snip --- code/modules/client/preference_setup/general/03_body.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/client/preference_setup/general/03_body.dm b/code/modules/client/preference_setup/general/03_body.dm index 811e8427a2..f1d6d95f2a 100644 --- a/code/modules/client/preference_setup/general/03_body.dm +++ b/code/modules/client/preference_setup/general/03_body.dm @@ -705,10 +705,6 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O pref.synth_color = !pref.synth_color return TOPIC_REFRESH_UPDATE_PREVIEW - else if(href_list["synth_markings"]) //VOREStation edit. - pref.synth_markings = !pref.synth_markings //VOREStation edit. - return TOPIC_REFRESH_UPDATE_PREVIEW //VOREStation edit. - else if(href_list["synth2_color"]) var/new_color = input(user, "Choose your character's synth colour: ", "Character Preference", rgb(pref.r_synth, pref.g_synth, pref.b_synth)) as color|null if(new_color && CanUseTopic(user))