浏览代码

fix logic error in clothing attributes

Mona Lisa 5 年之前
父节点
当前提交
b345b88899
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: