Преглед на файлове

[fixed/added] Forgot the conditions.

bgkjdgbizgblzdgbr преди 9 месеца
родител
ревизия
1f7d5e5162
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      locations/katja_procedural.qsrc

+ 1 - 1
locations/katja_procedural.qsrc

@@ -213,7 +213,7 @@ if $ARGS[0] = 'cikl':
 	end	
 
 	!! Check if she had sex with other after being at the disco alone
-	if katjaQW['liberated'] = 1 or :
+	if katjaQW['liberated'] = 1 or (katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0):
 		if locat['katja_save2'] = 53 and (katjaQW['disco_arrival'] + 600 < totminut or katjaQW['disco_met'] + 600 < totminut):
 			if (rand(1,15) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10 and katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0) or (katjaQW['relationship_talk'] = 0 and katjaQW['liberated'] and rand(0,3) = 0):
 				gs 'katja_procedural', 'sex_set', rand(0,katjaQW['simultanous_boys'] + 1), rand(0,katjaQW['simultanous_girls']+1)