소스 검색

[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
 
 if $ARGS[0] = 'remove':
+	if $pantyworntype = 'none' and $braworntype = 'none':exit
 	if $pantyworntype = 'none':
 		panty_none = 1
 	else