ソースを参照

[fixes] contingency ifunderwear strip is usedmore than once without wearing any inbetween.

KevinSmarts 5 年 前
コミット
0c7fe28347
1 ファイル変更1 行追加0 行削除
  1. 1 0
      locations/underwear.qsrc

+ 1 - 0
locations/underwear.qsrc

@@ -10,6 +10,7 @@ if $ARGS[0] = 'dispose':
 end
 end
 
 
 if $ARGS[0] = 'remove':
 if $ARGS[0] = 'remove':
+	if $pantyworntype = 'none' and $braworntype = 'none':exit
 	if $pantyworntype = 'none':
 	if $pantyworntype = 'none':
 		panty_none = 1
 		panty_none = 1
 	else
 	else