Explorar o código

fix logic error in clothing attributes

Mona Lisa %!s(int64=6) %!d(string=hai) anos
pai
achega
b345b88899
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      locations/clothing_attributes.qsrc

+ 1 - 1
locations/clothing_attributes.qsrc

@@ -115,7 +115,7 @@ elseif $ARGS[0] = 'alternative':
 	*P FUNC('$attributes_alternative', $ARGS[0], ARGS[1])
 end
 
-if $ARGS[0] ! 'swimwear' or $ARGS[0] ! 'coat' or $ARGS[0] ! 'exercise':
+if $ARGS[0] ! 'swimwear' and $ARGS[0] ! 'coat' and $ARGS[0] ! 'exercise':
 	if CloSkirtShortness = 6:
 		CloInhibit = 35
 	elseif CloSkirtShortness = 5 or CloPantsShortness = 6: