Parcourir la source

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

KevinSmarts il y a 5 ans
Parent
commit
0c7fe28347
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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