瀏覽代碼

[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