Browse Source

[fixed] Bodysuit descriptions fixed, which means their attributes are now working. Not that the attributes do much yet

Kevin_Smarts 1 year ago
parent
commit
7c1f8e0410
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/underwear_attributes.qsrc

+ 3 - 3
locations/underwear_attributes.qsrc

@@ -93,15 +93,15 @@ BraCover = 0
 underwear['pair'] = 0
 
 
-if $ARGS[0] = 'lusso_bodysuit':
+if $ARGS[0] = 'lusso_bodysuits':
 	*P FUNC('$attributes_lusso_bodysuit', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'lusso_panties':
 	*P FUNC('$attributes_lusso_panties', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'lusso_bras':
 	*P FUNC('$attributes_lusso_bra', $ARGS[0], ARGS[1])
-elseif $ARGS[0] = 'scandalicious_bodysuit':
+elseif $ARGS[0] = 'scandalicious_bodysuits':
 	*P FUNC('$attributes_scandalicious_bodysuit', $ARGS[0], ARGS[1])
-elseif $ARGS[0] = 'salacious_bodysuit':
+elseif $ARGS[0] = 'salacious_bodysuits':
 	*P FUNC('$attributes_salacious_bodysuit', $ARGS[0], ARGS[1])
 elseif $ARGS[0] = 'salacious_panties':
 	*P FUNC('$attributes_salacious_panties', $ARGS[0], ARGS[1])