1
0
Преглед на файлове

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

Kevin_Smarts преди 1 година
родител
ревизия
7c1f8e0410
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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])