Browse Source

[fixed] image links for moncheri updated prematurely

KevinSmarts 3 years ago
parent
commit
efc82f0f02
3 changed files with 3 additions and 3 deletions
  1. 1 1
      locations/_clothing_image.qsrc
  2. 1 1
      locations/clothing_QV.qsrc
  3. 1 1
      locations/moncheri.qsrc

+ 1 - 1
locations/_clothing_image.qsrc

@@ -24,7 +24,7 @@ elseif $ARGS[0] = 'coco_dress':
 elseif $ARGS[0] = 'fashionista':
 	$RESULT = 'images/pc/items/fashionista/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'moncheri':
-	$RESULT = 'images/pc/items/moncheri/<<ARGS[1]>>.jpg'
+	$RESULT = 'images/pc/clothing/4formal/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'office':
 	$RESULT = 'images/pc/clothing/5office/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'school':

+ 1 - 1
locations/clothing_QV.qsrc

@@ -382,7 +382,7 @@ if $ARGS[0] = 'list':
 		if moncheri[i] = 1:
 			gs 'clothing_attributes', 'moncheri', i
 			if CloInhibit <= pcs_inhib:
-				if moncheriS[i] = 0 and moncheriH[i] > 0 and moncheriB[i] >= (pcs_hips - 8) and moncheriB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''moncheri'', <<i>>"><img src="images/pc/clothing/moncheri/<<i>>.jpg" 	height="250" /></a>'
+				if moncheriS[i] = 0 and moncheriH[i] > 0 and moncheriB[i] >= (pcs_hips - 8) and moncheriB[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''moncheri'', <<i>>"><img src="images/pc/clothing/4formal/<<i>>.jpg" 	height="250" /></a>'
 			end
 		end
 		i += 1

+ 1 - 1
locations/moncheri.qsrc

@@ -94,7 +94,7 @@ if $ARGS[0] = 'clothes':
 
 				if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
 				
-					if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''moncheri'', ''moncheri''"><img src="images/pc/clothing/moncheri/<<i>>.jpg" 	height="250" /></a>'
+					if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''moncheri'', ''moncheri''"><img src="images/pc/clothing/4formal/<<i>>.jpg" 	height="250" /></a>'
 				end
 			end
 			i += 2