diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index 1ae3014ac8..06b38d999d 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -45,7 +45,7 @@ var/list/preferences_datums = list()
var/mutant_tail = "none"
var/mutant_wing = "none"
var/wingcolor = "FFF"
- var/special_color[COLOUR_LIST_SIZE]
+ //var/special_color[COLOUR_LIST_SIZE]
//var/special_color_one = null
//var/special_color_two = null
var/vore_banned_methods = 0
@@ -216,7 +216,7 @@ var/list/preferences_datums = list()
if(!kpcode_cantaur(pref_species.id))
dat += " (not available for [pref_species.id])"
dat += "
"
- if(special_color[1])
+ /*if(special_color[1])
dat += " Primary
"
else
dat += "Primary?
"
@@ -227,7 +227,7 @@ var/list/preferences_datums = list()
if(special_color[3])
dat += " Tertiary
"
else
- dat += "Tertiary?
"
+ dat += "Tertiary?
"*/
else
dat += "Species: Human
"
@@ -289,7 +289,7 @@ var/list/preferences_datums = list()
dat += ""
- /*if(config.mutant_races) //We don't allow mutant bodyparts for humans either unless this is true.
+ if(config.mutant_races) //We don't allow mutant bodyparts for humans either unless this is true.
if((MUTCOLORS in pref_species.specflags) || (MUTCOLORS_PARTSONLY in pref_species.specflags))
@@ -384,7 +384,7 @@ var/list/preferences_datums = list()
dat += ""
- dat += ""*/
+ dat += ""
if (1) // Game Preferences
@@ -996,7 +996,7 @@ var/list/preferences_datums = list()
if(new_wingcolor)
wingcolor = sanitize_hexcolor(new_wingcolor)
- if("special_color")
+ /*if("special_color")
var/index_tc=href_list["which"]
switch(alert("Use a special colour for #[index_tc]?","Character Preference","Yes","No","Cancel"))
if("Yes")
@@ -1004,7 +1004,7 @@ var/list/preferences_datums = list()
if(new_color)
special_color[text2num(index_tc)] = sanitize_hexcolor(new_color)
if("No")
- special_color[text2num(index_tc)]=null
+ special_color[text2num(index_tc)]=null*/
if("character_size")
var/new_size = input(user, "Choose your character's size:", "Character Preference") in list("huge", "large", "normal", "small", "tiny")
@@ -1276,12 +1276,12 @@ var/list/preferences_datums = list()
if(mutant_tail != "none" && config.mutant_races)
character.dna.mutanttail = mutant_tail
- if(mutant_wing != "none" && config.mutant_races)
+ /*(if(mutant_wing != "none" && config.mutant_races)
character.dna.mutantwing = mutant_wing
- character.dna.wingcolor=wingcolor
+ character.dna.wingcolor=wingcolor*/
if(be_taur)
character.dna.taur=1
- character.dna.special_color = special_color
+ //character.dna.special_color = special_color
character.dna.cock=p_cock
character.dna.vagina=p_vagina