Browse Source

show shoes even if Sveta is not dressed properly

rachels 3 years ago
parent
commit
bb7effa403
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/_body_image.qsrc

+ 1 - 1
locations/_body_image.qsrc

@@ -122,7 +122,7 @@ if $ARGS[0] = 'bra':
 end
 
 if $ARGS[0] = 'shoes':
-	if $clothingworntype = 'nude' or $shoeworntype = 'none':
+	if $shoeworntype = 'none':
 		$RESULT = 'images/pc/body/feet.jpg'
 	else
 		$RESULT = FUNC('$shoe_image', $shoeworntype, shoewornnumber)