Browse Source

[fixed] if conditions need to be different

hornguy6 3 years ago
parent
commit
720243ffdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/underwear.qsrc

+ 1 - 1
locations/underwear.qsrc

@@ -11,7 +11,7 @@ end
 
 if $ARGS[0] = 'remove':
 	!!check for swimwear to prevent duplicate stripping stopping Sveta putting underwear on when she puts her clothes on
-	if $clothingworntype ! 'danilovich_swimsuit' and $clothingworntype ! 'scandalicious_swimsuit' and $clothingworntype ! 'scandalicious_bikinis' and $clothingworntype ! 'allure_swimsuit' and $clothingworntype ! 'allure_bikinis' and $pantyworntype ! 'none' and $braworntype ! 'none':
+	if $clothingworntype ! 'danilovich_swimsuit' and $clothingworntype ! 'scandalicious_swimsuit' and $clothingworntype ! 'scandalicious_bikinis' and $clothingworntype ! 'allure_swimsuit' and $clothingworntype ! 'allure_bikinis' and ($pantyworntype ! 'none' or $braworntype ! 'none'):
 		if $pantyworntype = 'none':
 			panty_none = 1
 		else