浏览代码

[fixed] Missing image link data and an exception

KevinSmarts 3 年之前
父节点
当前提交
9c91d6feb3
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      locations/_clothing_image.qsrc
  2. 1 1
      locations/clothing_QV.qsrc

+ 2 - 0
locations/_clothing_image.qsrc

@@ -31,6 +31,8 @@ elseif $ARGS[0] = 'burlesque':
 	$RESULT = 'images/pc/clothing/13burlesque/<<ARGS[1]>>.jpg'
 elseif $ARGS[0] = 'alternative':
 	$RESULT = 'images/pc/clothing/14alternative/<<ARGS[1]>>.jpg'
+elseif $ARGS[0] = 'beach':
+	$RESULT = 'images/pc/clothing/15beachbabe/<<ARGS[1]>>.jpg'
 end
 
 --- $clothing_image ---------------------------------

+ 1 - 1
locations/clothing_QV.qsrc

@@ -449,7 +449,7 @@ if $ARGS[0] = 'change':
 		$RESULT = FUNC('$short_description', $ARGS[1], CloStyle2)
 		$RESULT += '<<ARGS[2]>>'
 		'<<$RESULT>>'
-		if $ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear':
+		if $ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear' and $ARGS[1] ! 'beach':
 			gs 'clothing_descriptions'
 			'<<$description>>'
 		else