Forráskód Böngészése

[changed] If Katja will have sex without Sveta present, whe will also do it when Sveta don't see her go home with somebody.

bgkjdgbizgblzdgbr 9 hónapja
szülő
commit
921e5dd066
1 módosított fájl, 12 hozzáadás és 3 törlés
  1. 12 3
      locations/katja_procedural.qsrc

+ 12 - 3
locations/katja_procedural.qsrc

@@ -10,8 +10,8 @@
 !! katjaQW['QWstage'] = 1 You have agreed to hang out with Katja afer school. (meynoldQW = 1)
 !! katjaQW['QWstage'] = 2 You have been to Katja''s house and you can go there to hang out with her. (meynoldQW = 2)
 !! katjaQW['QWstage'] = 3 You have kissed Katja and she might be interested in more. (katjaFirstKiss = 1 and KatjaOTN)
-!! npc_sex['A14'] = 1 You have had at least one sexual experince with Katja.
-!! katjaQW['QWstage'] = 4 Katja have asked you to helpe have sex with a boy.
+!! npc_sex['A14'] = 1 You have had at least one sexual experience with Katja.
+!! katjaQW['QWstage'] = 4 Katja have asked you to help have sex with a boy.
 !! katjaQW['QWstage'] = 5 You have agreed to help Katja have sex with a boy.
 !! katjaQW['QWstage'] = 6 You have talked with Katja about her first experience with a boy.
 !! katjaQW['QWstage'] = 7 You have told Katja about the boys in the park.
@@ -212,9 +212,18 @@ if $ARGS[0] = 'cikl':
 		npc_preference['A<<npctemp>>_clothes_thinnes'] = 1
 	end	
 
+	!! Check if she had sex with other after being at the disco alone
+	if katjaQW['liberated'] = 1 or :
+		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)
+			end
+		end
+	end
+
 	!! Check if she did drugs with others
 	if katjaQW['coke_stage'] >= 5:
-		if locat['katja_save2'] = 53 and katjaQW['disco_arrival'] + 600 > totminut or katjaQW['disco_met'] + 600 > totminut:
+		if locat['katja_save2'] = 53 and (katjaQW['disco_arrival'] + 600 < totminut or katjaQW['disco_met'] + 600 < totminut):
 			if rand(0,katjaQW['coke_stage']) >= 5: gs 'katja_procedural', 'take_cocaine', 1, 1
 		elseif katjaQw['alone_with_other_day'] = daystart -1
 			if rand(2,katjaQW['coke_stage']) >= 5: gs 'katja_procedural', 'take_cocaine', 1, 1