Browse Source

[fixed] Missing link for mon cheri bodysuit description

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

+ 3 - 1
locations/underwear_attributes.qsrc

@@ -93,7 +93,9 @@ BraCover = 0
 underwear['pair'] = 0
 
 
-if $ARGS[0] = 'lusso_bodysuits':
+if $ARGS[0] = 'moncheri_bodysuits':
+	*P FUNC('$attributes_moncheri_bodysuit', $ARGS[0], ARGS[1])
+elseif $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])