Przeglądaj źródła

[changed] text display

Lusticon 4 miesięcy temu
rodzic
commit
3ad54fbada
2 zmienionych plików z 12 dodań i 20 usunięć
  1. 3 3
      locations/obj_din.qsrc
  2. 9 17
      locations/therapist.qsrc

+ 3 - 3
locations/obj_din.qsrc

@@ -314,12 +314,12 @@ if $ARGS[0] = 'description':
 			'You can''t seem to stop gaining weight and your belly looks like it is getting bigger everyday, although you can still wear baggy clothes to hide it. At least the flu you''ve been fighting lately seems to have finally gone away for the most part.'
 			*nl
 		elseif pregchem > 1800 and knowpreg = 1:
-			iif(lactation['active']<=0,'Your breasts look and feel swollen and tingle at the slightest touch. ','') + 'Waking up is getting harder to do and it takes you longer to get going in the morning. Lately, just the thought of food is enough to turn your stomach.'
+			iif(lactation['growthsoreness_on']>0,'Your breasts look and feel swollen and tingle at the slightest touch. ','') + 'Waking up is getting harder to do and it takes you longer to get going in the morning. Lately, just the thought of food is enough to turn your stomach.'
 			*nl
 		elseif pregchem > 1800 and knowpreg = 0:
-			iif(lactation['active']<=0,'Your breasts look and feel swollen and tingle at the slightest touch. ','') + 'Waking up is getting harder to do and it takes you longer to get going in the morning. Lately, just the thought of food is enough to turn your stomach.'
+			iif(lactation['growthsoreness_on']>0,'Your breasts look and feel swollen and tingle at the slightest touch. ','') + 'Waking up is getting harder to do and it takes you longer to get going in the morning. Lately, just the thought of food is enough to turn your stomach.'
 			*nl
-		elseif pregchem > 1200 and lactation['active'] <= 0:
+		elseif pregchem > 1200 and lactation['preggrowth'] > 0:
 			'You''ve noticed that your breasts seem firmer lately and your nipples seem to be sticking out more.'
 			*nl
 		end

+ 9 - 17
locations/therapist.qsrc

@@ -32,16 +32,12 @@ if $ARGS[0] = '':
 	PLAY 'sound/rainstorm.mp3',10 & PLAY 'sound/clock.mp3',20 & PLAY 'sound/sucking.mp3',200
 	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
-	'Stepping into the office of <a href="exec:dynamic $pavlov">Dr. Pavlov</a>, you are welcomed with a warm smile and a firm handshake by the doctor.
-
-	When you look around the room, you are greeted by a warm and inviting atmosphere. The room is illuminated by large windows that overlook the forest beyond. At one end of the room there is a desk with a chair stacked with folders and books pertaining to hypnotherapy and other therapy materials. This includes a laptop that is closed and appears clean, as if it has been seldom used. You see an older photograph of Dr. Pavlov''s family?in which he appears to be about two decades younger.
-	
-	"Come in, Miss <<$pcs_lastname>>! Please, tell me what I can help you with today?"'
-	
+	'Stepping into the office of <a href="exec:dynamic $pavlov">Dr. Pavlov</a>, you are welcomed with a warm smile and a firm handshake by the doctor.'
+	'When you look around the room, you are greeted by a warm and inviting atmosphere. The room is illuminated by large windows that overlook the forest beyond. At one end of the room there is a desk with a chair stacked with folders and books pertaining to hypnotherapy and other therapy materials. This includes a laptop that is closed and appears clean, as if it has been seldom used. You see an older photograph of Dr. Pavlov''s family?in which he appears to be about two decades younger.'
 	'As you look about the room, it has the appearance of a study; warm and inviting. Large windows face out to the forest beyond. There is a desk with a chair at one end of the room covered in folders and books about Hypnotherapy and other therapy materials, including a laptop. It is currently closed and looks clean, though seldom used. You see an older <a href="exec: VIEW ''images/locations/pavlovsk/clinic/therapist/pavlovfamily.jpg''">photograph of Dr. Pavlov''s family</a> in which he appears to be about two decades younger.'
 	gs 'stat'
 	if hypnoSchedule = 1 and day ! 4 and hour ! 17:
-		'Your appointment is on Thursday at 17:00 we can talk about your problems then, too much treatment without time for your brain to process could be harmful."'
+		'"Come in, Miss <<$pcs_lastname>>! Your appointment is on Thursday at 17:00 we can talk about your problems then, too much treatment without time for your brain to process could be harmful."'
 		act 'Leave':gt $loc
 	else
 		gs 'therapist', 'hypnoGreet'
@@ -2026,20 +2022,16 @@ if $ARGS[0] = 'hypnoEnd':
 		killvar $hypnocolour
 		
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/therapist/room.jpg"></center>'
-		''
-		'<<$hypnoTxt0>>'
-		''
-		'<<$hypnoTxt1>>'
-		''
+		nl
+		if $hypnoTxt0 <> '': '<<$hypnoTxt0>>' & nl
+		if $hypnoTxt1 <> '': '<<$hypnoTxt1>>' & nl
 
 		if hypnoKissGoodbye = 1:
 			act 'Kiss Dr. Pavlov goodbye':
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/shared/sex/kiss/oldKissTongue<<rand(1,4)>>.jpg"></center>'
-				'<<$hypnoTxt2>>'
-				''
-				'<<$hypnoTxt3>>'
-				''
+				if $hypnoTxt2 <> '': '<<$hypnoTxt2>>' & nl
+				if $hypnoTxt3 <> '': '<<$hypnoTxt3>>' & nl
 				if therapistFuckedPussy > 0 and rand(1,2) = 1:
 					'A bit of cum dribbles from your well fucked cunt. You involuntarily clench your pussy; your body trying to keep more from leaking out.'
 				end
@@ -2048,7 +2040,7 @@ if $ARGS[0] = 'hypnoEnd':
 			end
 
 		else
-			'<<$hypnoTxt3>>'
+			if $hypnoTxt3 <> '': '<<$hypnoTxt3>>'
 
 			if therapistFuckedPussy > 0 and rand(1,2) = 1:
 				'A bit of cum dribbles from your well fucked cunt. You involuntarily clench your pussy; your body trying to keep more from leaking out.'