소스 검색

[fixed] Typo

Kevin_Smarts 1 년 전
부모
커밋
d1c296afae
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      locations/bras.qsrc
  2. 1 1
      locations/panties.qsrc
  3. 1 1
      locations/underwear_bodysuits.qsrc

+ 1 - 1
locations/bras.qsrc

@@ -455,7 +455,7 @@ if $ARGS[0] = 'wear2':
 	if underwear['type'] = 0:
 		gs 'bras', 'remove'
 	else
-		gs 'underwear_bodysuit', 'remove'
+		gs 'underwear_bodysuits', 'remove'
 	end
 	underwear['type'] = 0
 

+ 1 - 1
locations/panties.qsrc

@@ -466,7 +466,7 @@ if $ARGS[0] = 'wear2':
 	if underwear['type'] = 0:
 		gs 'panties', 'remove'
 	else
-		gs 'underwear_bodysuit', 'remove'
+		gs 'underwear_bodysuits', 'remove'
 	end
 	underwear['type'] = 0
 

+ 1 - 1
locations/underwear_bodysuits.qsrc

@@ -266,7 +266,7 @@ if $ARGS[0] = 'wear2':
 		gs 'panties', 'remove'
 		gs 'bras', 'remove'
 	else
-		gs 'underwear_bodysuit', 'remove'
+		gs 'underwear_bodysuits', 'remove'
 	end
 	underwear['type'] = 2