Browse Source

Merge branch 'master' of https://git.catrenelle.com/Jefke11/glife

julzor 5 years ago
parent
commit
37592dff3f
1 changed files with 21 additions and 1 deletions
  1. 21 1
      locations/natbelapt.qsrc

+ 21 - 1
locations/natbelapt.qsrc

@@ -1736,6 +1736,7 @@ if $ARGS[0] = 'natmother':
 	if rand(0,4) = 0 and hour > 21 and NatashaMotherHome = 1:
 		'As you walk through the hallway, you hear a buzzing noise coming from <<$NatashaMotherNickname>>''s room'
 		'Unable to resist your curiosity you push the door open a tiny bit so that you can peek inside.'
+		act 'Don''t peek':gt 'natbelapt','hallway'
 		act 'Look through the crack in the door':
 			*clr & cla
 			menu_off = 1
@@ -1777,6 +1778,24 @@ if $ARGS[0] = 'natmother':
 		if month < 4 or month > 9:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomsleep3.jpg"></center>'
 			'You look into the bedroom and see <<$NatashaMotherNickname>> sound asleep under the covers. Not wanting to disturb her you close the door and leave.'
+		else
+			imgrand = rand(1,2)
+			if imgrand = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomsleep1.jpg"></center>'
+				'You look into the bedroom and see <<$NatashaMotherNickname>>, sound asleep in her bra and panties. You can see part of her pussy from where you''re standing. Not wanting to disturb her you close the door and leave.'
+				gs 'arousal', 'voyeur', 2
+			elseif imgrand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomsleep2.jpg"></center>'
+				'You look into the bedroom and see <<$NatashaMotherNickname>>, tossing in her sleep in her bra and panties. As you''re watching she rolls onto her back and puts her hand in her panties. "That must be one hell of an enjoyable dream." You think to yourself. Not wanting to disturb her you close the door and leave.'
+				gs 'arousal', 'voyeur', 4
+			end			
+			gs 'arousal', 'end'
+			gs 'stat'
+		end
+		act 'Leave':gt 'natbelapt','hallway'
+!{		if month < 4 or month > 9:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomsleep3.jpg"></center>'
+			'You look into the bedroom and see <<$NatashaMotherNickname>> sound asleep under the covers. Not wanting to disturb her you close the door and leave.'
 		end
 		imgrand = rand(1,2)
 		if imgrand = 1:
@@ -1799,8 +1818,9 @@ if $ARGS[0] = 'natmother':
 			gs 'arousal', 'voyeur', 2
 			gs 'arousal', 'end'
 			gs 'stat'
-			act 'Leave':gt 'natbelapt','hallway'
 		end
+		act 'Leave':gt 'natbelapt','hallway'
+}
 	elseif hour > 7 or hour < 21 and NatashaLoc = 5:
 		*clr & cla
 		menu_off = 1