소스 검색

[fixed] completely forgot to push this

anjuna krokus 2 달 전
부모
커밋
adae542fa7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      locations/bras.qsrc

+ 3 - 3
locations/bras.qsrc

@@ -520,7 +520,7 @@ if $ARGS[0] = 'dispose':
 	PBraThinness = 0
 	PBraCover = 4
 
-	gs 'clothing', 'exposure_calc'
+	gs 'outfit', 'exposure_calc'
 
 end
 
@@ -538,7 +538,7 @@ if $ARGS[0] = 'remove':
 	PBraThinness = 0
 	PBraCover = 4
 
-	gs 'clothing', 'exposure_calc'
+	gs 'outfit', 'exposure_calc'
 
 end
 
@@ -587,7 +587,7 @@ if $ARGS[0] = 'wear2':
 	PBraThinness = BraThinness
 	PBraCover = BraCover
 
-	gs 'clothing', 'exposure_calc'
+	gs 'outfit', 'exposure_calc'
 
 end