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