浏览代码

[chages] New outfits and changes to existing for Mon Chèri from Gwen

KevinSmarts 4 年之前
父节点
当前提交
a350798d55
共有 3 个文件被更改,包括 256 次插入263 次删除
  1. 254 261
      locations/_attributes_formal.qsrc
  2. 1 1
      locations/moncheri.qsrc
  3. 1 1
      locations/succubus.qsrc

文件差异内容过多而无法显示
+ 254 - 261
locations/_attributes_formal.qsrc


+ 1 - 1
locations/moncheri.qsrc

@@ -98,7 +98,7 @@ if $ARGS[0] = 'clothes':
 				end
 			end
 			i += 2
-		if i <= 168:jump 'loopformal'
+		if i <= 185:jump 'loopformal'
 	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
 end
 

+ 1 - 1
locations/succubus.qsrc

@@ -566,7 +566,7 @@ if $args[0] = 'sucwalkinginit':
 			$succlolistn[x] = 'formal' & succlolisti[x] = i & x += 1
 		end
 		i += 1
-	if i <= 168:jump 'loopformal'
+	if i <= 185:jump 'loopformal'
 
 	i = 1
 	:loopuniform

部分文件因为文件数量过多而无法显示