mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fix Vox socks
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user