Browse Source

added 'full morning routine' to city app and limited it to the morning

breakout14 6 years ago
parent
commit
ba75839c6f
4 changed files with 27 additions and 8 deletions
  1. 3 2
      locations/bed2
  2. 18 5
      locations/kuhr
  3. 1 0
      locations/kuhrPar
  4. 5 1
      locations/vanr

+ 3 - 2
locations/bed2

@@ -216,8 +216,7 @@ if $args[0] = 'wake':
 		minut += 15
 		gs 'bed2', 'end'
 	end
-	if $loc = 'bedrPar' and enfullmorrout = 1:
-	
+	if enfullmorrout = 1 and hour >= 4 and hour < 12:
 		act 'Full morning routine (01:00)':
 			gs 'clothing', 'wear_last_worn'
 			minut += 15
@@ -259,6 +258,8 @@ if $args[0] = 'end':
 	end
 	if fullmorrout = 1 and $loc = 'bedrPar':
 		gt 'vanrPar'
+	elseif fullmorrout = 1 and $loc = 'bedr':
+		gt 'vanr'
 	else
 		gt $loc, $metka
 	end

+ 18 - 5
locations/kuhr

@@ -30,7 +30,7 @@ if kransloman = 1:
 	if Grisha = 0:act 'Call':dynamic $santehnik
 	if Grisha > 0:act 'Call Grisha, the plumber':dynamic $santehnikgr
 
-	act 'Leave':gt 'korr'
+	act 'Leave': killvar 'fullmorrout' & gt 'korr' 
 
 	exit
 end
@@ -290,7 +290,7 @@ if zoo >= 6 and sobaka ! 0:
 								suprdolg += 1
 								'<center><img <<$set_imgh>> src="images/beast/zoo/z5.jpg"></center>'
 								'You obediently spreads your legs apart and your husband pushes his cock into your pussy. The first few times he moves slowly, but soon starts to get very rough. He doesn''t need long to cum inside your pussy'
-								'He looks at the dog, "Seems like that shit isn''t done yet. Let''s try something else, turn around bitch.", he orders. "Let''s see if he like your asshole more than your mouth.'
+								'He looks at the dog, "Seems like that shit isn''t done yet. Let''s try something else, turn around bitch.", he orders. "Let''s see if he like your asshole more than your mouth."'
 
 								gs 'arousal', 'vaginal', 5, 'sub', 'rough'
 								gs 'arousal', 'anal', 5, 'beast'
@@ -316,10 +316,10 @@ if zoo >= 6 and sobaka ! 0:
 				end
 			end
 		else
-			act 'Call <<$namesob>>':gt 'soba', 'zoof27'
+			act 'Call <<$namesob>>'killvar 'fullmorrout' & gt 'soba', 'zoof27'
 		end
 	elseif husband = 0 or husbandrink = 10:
-		act 'Call <<$namesob>>':gt 'soba', 'zoof27'
+		act 'Call <<$namesob>>':killvar 'fullmorrout' & gt 'soba', 'zoof27'
 	end
 end
 
@@ -328,7 +328,7 @@ if musor > 3:
 		if $clothingworntype = 'nude':
 			'I can not go to the trash cans naked!'
 		else
-			gt 'trashplace', 'start'
+			killvar 'fullmorrout' & gt 'trashplace', 'start'
 		end
 	end
 end
@@ -518,7 +518,20 @@ if dildo > 0 and pcs_horny >= 50:
 	end
 end
 
+if fullmorrout = 1:
+	minut += 2
+	
+	act '<font color = maroon><b>Leave the apartment and go outside</b></font>':
+		minut +=1
+		killvar 'fullmorrout'
+		gs 'korr'
+		xgt 'street', 'start'
+		
+	end
+end
+
 act 'Return to the corridor':
+	killvar 'fullmorrout'
 	gt'korr'
 end
 

+ 1 - 0
locations/kuhrPar

@@ -5,6 +5,7 @@ if fullmorrout = 1:
 	act '<font color = maroon><b>Leave the apartment and go outside</b></font>':
 		minut +=1
 		killvar 'fullmorrout'
+		gs 'korrPar'
 		gt'pavResidential'
 		
 	end

+ 5 - 1
locations/vanr

@@ -6,7 +6,11 @@ $loc = 'vanr'
 $metkaM = ''
 $locM = 'vanr'
 $location_type = 'bathroom'
-act 'Go to the corridor':gt 'korr'
+if fullmorrout = 1:
+	act 'Finish and go to the kitchen':gt 'kuhr'
+else
+	act 'Go to the corridor':gt 'korr'
+end
 
 clr
 minut += 1