Browse Source

some more fixes

Thavus 3 năm trước cách đây
mục cha
commit
cc712768ee
2 tập tin đã thay đổi với 18 bổ sung2 xóa
  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.'
 		gs 'mother', 'kickedout', 'stepdad'
 	end
+
+	act 'Return to <i>Master</i>':
+		gt 'therapist', 'toldMomPregnantAndReturned'
+	end
 end
 
 !!<<$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'
 					end
 					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.'
 						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."'
 		end
 	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
 		if cameFromSchool = 0:
 			$numHypnoProst = 'some guys'
@@ -1658,6 +1662,14 @@ end
 if $ARGS[0] = 'toldMomPregnantAndReturned':
 	cla
 	*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
 
 if $ARGS[0] = 'hypnoProstitute':