Browse Source

some more fixes

Thavus 3 years ago
parent
commit
cc712768ee
2 changed files with 18 additions and 2 deletions
  1. 4 0
      locations/mother.qsrc
  2. 14 2
      locations/therapist.qsrc

+ 4 - 0
locations/mother.qsrc

@@ -1043,6 +1043,10 @@ if $ARGS[0] = 'pregreact1Hypno':
 		'You quickly leave. Once you''re out of the apartment, she shuts the door behind you. You stand there for a moment staring blankly then remember that you need to start heading back to your <i>Master''s</i> office.'
 		'You quickly leave. Once you''re out of the apartment, she shuts the door behind you. You stand there for a moment staring blankly then remember that you need to start heading back to your <i>Master''s</i> office.'
 		gs 'mother', 'kickedout', 'stepdad'
 		gs 'mother', 'kickedout', 'stepdad'
 	end
 	end
+
+	act 'Return to <i>Master</i>':
+		gt 'therapist', 'toldMomPregnantAndReturned'
+	end
 end
 end
 
 
 !!<<$npc_nickname[''A29'']>> should have more pregnancy reactions than other characters.
 !!<<$npc_nickname[''A29'']>> should have more pregnancy reactions than other characters.

+ 14 - 2
locations/therapist.qsrc

@@ -1534,6 +1534,10 @@ if $ARGS[0] = 'hypnoPerv':
 						gt 'mother', 'hypnoPregReact'
 						gt 'mother', 'hypnoPregReact'
 					end
 					end
 					act 'Resist!':
 					act 'Resist!':
+						cla
+						*clr
+						'<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
 						''
 						''
 						'You feel like something is off, but you can''t quite put your finger on it. But you know for a fact that you have to do what <i>Master</i> instructed you to do. And at the simple thought of him, your pussy moistens.'
 						'You feel like something is off, but you can''t quite put your finger on it. But you know for a fact that you have to do what <i>Master</i> instructed you to do. And at the simple thought of him, your pussy moistens.'
 						act '<b>Do as <i>Master</i> instructed</b>':
 						act '<b>Do as <i>Master</i> instructed</b>':
@@ -1630,8 +1634,8 @@ if $ARGS[0] = 'hypnoPerv':
 			'He takes the paper from you and looks it over... "Good. I will send this to your Grandparents. Now dress and come with me."'
 			'He takes the paper from you and looks it over... "Good. I will send this to your Grandparents. Now dress and come with me."'
 		end
 		end
 	elseif therapistWantsSlave = 1:
 	elseif therapistWantsSlave = 1:
-
-		
+		! TODO something else should happen here if he already made you his slave. Right now it just flips back to the end so you can continue.
+		gt 'therapist', 'hypnoEnd'
 	else
 	else
 		if cameFromSchool = 0:
 		if cameFromSchool = 0:
 			$numHypnoProst = 'some guys'
 			$numHypnoProst = 'some guys'
@@ -1658,6 +1662,14 @@ end
 if $ARGS[0] = 'toldMomPregnantAndReturned':
 if $ARGS[0] = 'toldMomPregnantAndReturned':
 	cla
 	cla
 	*clr
 	*clr
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
+	''
+	'You return the the clinic where <i>Master</i> is waiting.'
+	'"So, it''s done? She kicked you out?"'
+	'"Yes, <i>Master</i>."'
+	'"Good. Now, leave. I have more to prepare."'
+	! TODO: Instead he should take her to his home. His home does not exist yet though. Just adding this so it at least lets you continue playing.
+	gt 'therapist', 'hypnoEnd'
 end
 end
 
 
 if $ARGS[0] = 'hypnoProstitute':
 if $ARGS[0] = 'hypnoProstitute':