소스 검색

[fixed] Tidied some duplication in checks

KevinSmarts 4 년 전
부모
커밋
ba28c6f9c6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      locations/FedorEv4.qsrc

+ 3 - 3
locations/FedorEv4.qsrc

@@ -3068,13 +3068,13 @@ if $ARGS[0] = 'Regina Chat':
 		'Regina looks at you then sighs. "You''re not even trying to cover up anymore, are you? well at least make sure to get dressed before walking out the front door, ok?"'
 	elseif $clothingworntype = 'nude' and ReginaKozCaught >= 5 and ReginaKozQW = 1:
 		'Regina looks at you then sighs. "You''re not even trying to cover up anymore, are you? well at least make sure to get dressed before walking out the front door, ok?"'
-	elseif cumloc[11] = 1 and ReginaCumChat = 0 and ReginaKozQW = 0 or (cumloc[6] = 1 or cumloc[7] = 1) and ReginaCumChat = 0 and ReginaKozQW = 0:
+	elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and ReginaCumChat = 0 and ReginaKozQW = 0:
 		ReginaCumChat += 1
 		'Regina squints and notices the cum on you. "Is that what I think it is? Can you please head to the bathroom and clean yourself up?"'
-	elseif cumloc[11] = 1 and ReginaKozQW = 0 or (cumloc[6] = 1 or cumloc[7] = 1) and ReginaKozQW = 0:
+	elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and ReginaKozQW = 0:
 		ReginaKozQW = 1
 		'Regina gives you a stern look. "Young lady, you should at least clean up after you... well, you know what I mean."'
-	elseif cumloc[11] = 1 and ReginaKozQW = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and ReginaKozQW = 1:
+	elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and ReginaKozQW = 1:
 		'Regina gives you a blank stare. "I won''t pry into your love life but could you do me a favor and clean yourself up afterward?"'
 	end
 	if pcs_health < healthmax: