Fix Vox socks

This commit is contained in:
Markolie
2015-09-11 20:10:10 +02:00
parent d5a3fb57ea
commit 570b90393d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1223,7 +1223,7 @@ datum/preferences
continue
if(gender == FEMALE && S.gender == MALE)
continue
if( !(species in S.species_allowed))
if(!(species in S.species_allowed))
continue
valid_sockstyles[sockstyle] = socks_list[sockstyle]
var/new_socks = input(user, "Choose your character's socks:", "Character Preference") as null|anything in valid_sockstyles