Merge pull request #2010 from Markolie/intercom

Fix Vox socks
This commit is contained in:
Fox-McCloud
2015-09-11 15:05:49 -04:00
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
@@ -1272,7 +1272,7 @@
name = "Nude"
icon_state = null
gender = NEUTER
species_allowed = list("Human","Unathi","Diona","Grey","Machine","Tajaran","Vulpakanin","Slime People","Skellington")
species_allowed = list("Human","Unathi","Diona","Grey","Machine","Tajaran","Vulpakanin","Slime People","Skellington","Vox")
/datum/sprite_accessory/socks/white_norm
@@ -1410,7 +1410,7 @@
species_allowed = list("Vox")
/datum/sprite_accessory/socks/vox_stripped
name = "Vox Stripped"
name = "Vox Striped"
icon_state = "vox_white"
gender = NEUTER
species_allowed = list("Vox")
@@ -1439,9 +1439,9 @@
gender = NEUTER
species_allowed = list("Vox")
/datum/sprite_accessory/socks/vox_stripped_thigh
name = "Vox Thigh-high Stripped"
icon_state = "vox_strippedTH"
/datum/sprite_accessory/socks/vox_striped_thigh
name = "Vox Thigh-high Striped"
icon_state = "vox_stripedTH"
gender = NEUTER
species_allowed = list("Vox")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB