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

[fixed] typos + [changed] one willpower check in lake and one in FedorEv4

Sicaa 5 éve
szülő
commit
e2e35c7a70

+ 5 - 2
locations/FedorEv4.qsrc

@@ -1162,7 +1162,10 @@ if $ARGS[0] = 'Bathroom Cam':
 	act 'Sounds like fun':gt 'FedorEv4', 'Bathroom Cam 2'
 !!again check I combined the triggers correctly
 	gs 'willpower', 'exhib', 'resist'
-	if will_cost <= pcs_willpwr and FedorCam = 0:
+! As it is it makes you unable to say no if youve done it before, which doesnt seem necessary imo. 
+! If it gets reversed, make sure to also put an elseif FedorCam = 0 in front of the not enough willpower text. Sicaa
+	!if will_cost <= pcs_willpwr and FedorCam = 0:
+	if will_cost <= pcs_willpwr:
 		act 'No (<<will_cost>> Willpower)':
 			*clr & cla
 			gs 'willpower', 'pay', 'type'
@@ -1287,7 +1290,7 @@ if $ARGS[0] = 'Bathroom Cam 2':
 			act 'Anal':
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev2/home/bathroom/toilet/cam/camanal1.jpg"></center>'
-				'You walk up to Fedor and whisper in his ear "I want you to fuck my ass. Fedor give you a smile as he places his camera on the ground in front of you then walks around you, grabbing you by the hips and pushing you into a kneeling position as he inserts his penis in your ass. You feel a jolt of pain as it first enters your anus but Fedor waits a few seconds for your ass to adjust to his dick then begins thrusting his hips into yours, ramming his dick deeper in your ass.'
+				'You walk up to Fedor and whisper in his ear "I want you to fuck my ass. Fedor gives you a smile as he places his camera on the ground in front of you then walks around you, grabbing you by the hips and pushing you into a kneeling position as he inserts his penis in your ass. You feel a jolt of pain as it first enters your anus but Fedor waits a few seconds for your ass to adjust to his dick then begins thrusting his hips into yours, ramming his dick deeper in your ass.'
 				gs 'arousal', 'anal', 5
 				gs'stat'
 

+ 1 - 1
locations/gschool_break.qsrc

@@ -1386,7 +1386,7 @@ if $ARGS[0] = 'naked_bathroom':
 					'You take a deep breath and decided it would only make things worse for you if you snitch. "It was stupid, I accidentally spilled a bottle of water all over my clothes. So I went to the bathroom to dry them with the hand dryer, so I took them off and turned it on. Anyways I went into one of the stalls to use it and when I came back out they was gone. I don''t know what happened to them."'
 					*nl
 					'Ms Volkov frowns at that and her expression hardens every so slightly. "If you don''t tell me who is bullying you, I can''t help. Don''t think they will stop just because you don''t tell me who it was."'
-					'You shake your head. "No one did this to me, at least no one I seen I don''t know what happened to my clothes, they was just gone." You tell her sticking to your story.'
+					'You shake your head. "No one did this to me, at least no one I seen I don''t know what happened to my clothes, they were just gone." You tell her sticking to your story.'
 					*nl
 					if money >= 2000 or (school[35] = 1 and money >= 200):
 						'She sighs and gives you a final moment to tell the truth, when you don''t, gets up and opens up a closet, looks around in it a moment and finally pulls out a cheap very conservative school uniform and hands it over to you. "Here is a replacement one, your parents will be sent a bill for it. Now get dressed and be on your way."'

+ 10 - 9
locations/lake.qsrc

@@ -1570,16 +1570,12 @@ if $ARGS[0] = 'horse1':
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/horse1/horse1.jpg"></center>'
 	'Riding along the beach you notice the two men on quad bikes, they wave to you and offered to keep you company.'
 
-	gs 'willpower', 'misc', 'resist', 'hard'
+	gs 'willpower', 'misc', 'resist', 'easy'
 	if will_cost <= pcs_willpwr:
-		act 'Refuse (<<will_cost>> Willpower)':
-			gs 'willpower', 'pay', 'resist'
-			gs 'stat'
-			gt 'lake', 'start'
-		end
+		act 'Refuse (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'lake', 'start'
 	else
 		act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 
 	act 'Go with them':
 		*clr & cla
@@ -1594,7 +1590,12 @@ if $ARGS[0] = 'horse1':
 			'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/horse1/horse3.jpg"></center>'
 			'Suddenly one of the men turns you to his chest and begins to paw at you, the second man hugs you from behind, reaching into your panties.'
 
-			act 'Push them away':gt 'lake', 'start'
+			gs 'willpower', 'group', 'resist'
+			if will_cost <= pcs_willpwr:
+				act 'Push them away (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'lake', 'start'
+			else
+				act 'Push them away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
 
 			act 'Take their members':
 				*clr & cla
@@ -1602,7 +1603,7 @@ if $ARGS[0] = 'horse1':
 				gs 'arousal', 'bj', 10, 'group'
 				minut -= 5
 				gs 'stat'
- 			'	<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/horse1/horse4.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/horse1/horse4.jpg"></center>'
 				'You take their members out of their pants, squat down and begin to suck greedily.'
 
 				act 'Fuck them':

+ 1 - 1
locations/lesbidomhouse.qsrc

@@ -1471,7 +1471,7 @@ if $ARGS[0] = 'QW10a':
 
 				'<center><img <<$set_imgh>> src="images/characters/city/natalya/sex/sub24.jpg"></center>'
 				'You recognize that wolfish look in Mistress'' eyes when she unties the long ends of the rope.'
-				'Automatically dropping to your knees, you eagerly bury your face in your Mistress'' snatch and eagerly lick up her juices. Your bonds make you feel like she is challenging you, and you do your absolute best to please her with only your mouth. When she cums with your tongue inside her pussy, you feel very proud and incredibly horny. If only she would let you could please her like this every day...'
+				'Automatically dropping to your knees, you eagerly bury your face in your Mistress'' snatch and eagerly lick up her juices. Your bonds make you feel like she is challenging you, and you do your absolute best to please her with only your mouth. When she cums with your tongue inside her pussy, you feel very proud and incredibly horny. If only she would let you, you could please her like this every day...'
 
 				gs 'arousal', 'cuni_give', 15, 'sub', 'lesbian', 'bound'
 				gs 'arousal', 'end'