Browse Source

[fixes] getting stuck while resizing in clothing
[fixes] wrong location type in gshveyfab
[fixes] the invite to the disco was missing in the park scene with vitek and the boys
[changed] the boys invite you to go with them to vasily's home if the disco is closed
[changed] move the leave/decline option to the top in shulga_room and gopskver

julzor 5 years ago
parent
commit
e0e43bedc4
4 changed files with 44 additions and 26 deletions
  1. 2 3
      locations/Gshveyfab.qsrc
  2. 1 1
      locations/clothing.qsrc
  3. 35 17
      locations/gopskver.qsrc
  4. 6 5
      locations/shulga_room.qsrc

+ 2 - 3
locations/Gshveyfab.qsrc

@@ -1,6 +1,7 @@
 # Gshveyfab
 
-$location_type = 'public_outdoors'
+CLOSE ALL
+$location_type = 'public_indoors'
 
 if $ARGS[0] = 'tailor':
 	*clr & cla
@@ -35,11 +36,9 @@ if $ARGS[0] = 'tailor':
 		act 'Resize your other clothes':gt 'clothing', 'view_clothing_list', 'resize'
 		act 'Resize all your clothes':gt 'portnoi2'
 	end
-
 end
 
 if $ARGS[0] = 'enter':
-	CLOSE ALL
 	*clr & cla
 	$metka = 'tailor'
 	$loc = 'Gshveyfab'

+ 1 - 1
locations/clothing.qsrc

@@ -595,7 +595,7 @@ if $ARGS[0] = 'view_clothing_item':
 				act 'Resize':
 					money -= 500
 					dynamic '<<$ARGS[2]>>B[<<ARGS[3]>>] = pcs_hips'
-					gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
+					gt 'clothing', 'view_clothing_list', 'resize'
 				end
 			end
 		end

+ 35 - 17
locations/gopskver.qsrc

@@ -44,16 +44,6 @@ if kotovLoveQW > 0:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/beer3.jpg"></center>'
 			'The guys pour out a beer for you, and you enjoy a nice cold beer in their company.'
 			
-			if $prevloc = 'gkafe' and hour = 20:
-				'It''s evening, and the boys are getting ready to go to the disco like they do every night. You could call it a night and leave them alone, or tag along.'
-
-				act 'Leave':gt 'gkafe'
-				if week = 5 or week = 6:
-					act 'Go to the disco with the boys':minut += 15 & gt 'gdkin'
-				end
-				exit
-			end
-			
 			act 'Continue':
 				if $prevloc = 'gkafe':
 					gt 'gkafe'
@@ -61,6 +51,18 @@ if kotovLoveQW > 0:
 					gt 'gskver', 'start'
 				end
 			end
+			
+			if hour = 20:
+				*nl
+				if week = 5 or week = 6:
+					'It''s evening, and the boys are getting ready to go to the disco like they do every friday and saturday. You could call it a night and leave them alone, or tag along.'
+					act 'Go to the disco with the boys':minut += 15 & gt 'gdkin'
+				else
+					'It''s evening, and the boys are getting ready to go to Vasily'' Home. You could call it a night and leave them alone, or tag along.'
+					act 'Go with the boys':minut += 15 & gt 'shulgahall'
+				end
+			end
+			exit
 		end
 
 		if alko > 3:
@@ -77,21 +79,27 @@ if kotovLoveQW > 0:
 			end
 		end
 	elseif hour >= 20:
-		'It''s evening, and the boys are getting ready to go to the disco like they do every night. You could call it a night and leave them alone, or tag along.'
-
+		*nl
 		act 'Leave':gt 'gskver', 'start'
 		if week = 5 or week = 6:
-			act 'Go to the disco with the boys':minut += 15 & gt 'gdkin'
+			'It''s evening, and the boys are getting ready to go to the disco like they do every friday and saturday. You could call it a night and leave them alone, or tag along.'
+			act 'Go to the disco with the boys': minut += 15 & gt 'gdkin'
+		else
+			'It''s evening, and the boys are getting ready to go to Vasily''s home. You could call it a night and leave them alone, or tag along.'
+			act 'Go to with the boys': minut += 15 & gt 'shulgahall'
 		end
 	end
 else
 	if hour >= 20:
 		if alko < 6:
-			'It''s evening, and the boys are getting ready to go to the disco like they do every night. You could call it a night and leave them alone, or tag along.'
-
+			*nl
 			act 'Leave':gt 'gskver', 'start'
 			if week = 5 or week = 6:
-				act 'Go to the disco with the boys':minut += 15 & gt 'gdkin'
+				'It''s evening, and the boys are getting ready to go to the disco like they do every friday and saturday. You could call it a night and leave them alone, or tag along.'
+				act 'Go to the disco with the boys': minut += 15 & gt 'gdkin'
+			else
+				'It''s evening, and the boys are getting ready to go to Vasily''s home. You could call it a night and leave them alone, or tag along.'
+				act 'Go to with the boys': minut += 15 & gt 'shulgahall'
 			end
 		elseif alko >= 9 and alko < 9 and DansOralSlut = 1:
 			'You''re quite drunk, and before going to the disco Dan offers to walk you home.'
@@ -221,7 +229,7 @@ else
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/beer3.jpg"></center>'
 					'The guys cheer and pour out a beer for you. Vasily gives you ' + iif($prevloc = 'gkafe','a glass','the cup') +' while the others propose a toast, already having beers in their hands. You happily join them in their toast, and spend the next 15 minutes chatting with them and having sips of your cold beer.'
-
+							
 					act 'Continue':
 						if $prevloc = 'gkafe':
 							gt 'gkafe'
@@ -229,6 +237,16 @@ else
 							gt 'gskver', 'start'
 						end
 					end
+					if hour = 20:
+						*nl
+						if week = 5 or week = 6:
+							'It''s evening, and the boys are getting ready to go to the disco like they do every friday and saturday. You could call it a night and leave them alone, or tag along.'
+							act 'Go to the disco with the boys': minut += 15 & gt 'gdkin'
+						else
+							'It''s evening, and the boys are getting ready to go to Vasily''s home. You could call it a night and leave them alone, or tag along.'
+							act 'Go with the boys': minut += 15 & gt 'shulgahall'
+						end	
+					end
 				end
 			elseif alko >= 6:
 				'You''re already not exactly sober any more, and feel a bit looser while you chat with the guys.'

+ 6 - 5
locations/shulga_room.qsrc

@@ -193,6 +193,12 @@ if $ARGS[0] = 'sh_hooker':
 	sh_hooker_count -= 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/gopsex/body/h'+rand(1,10)+'.jpg"></center>'
+	
+	act 'Leave feigning resentment':
+		sub += 1
+		gt'shulgahall'
+	end
+	
 	if week < 5 and hour >= 20:
 		'"<<$pcs_nickname>>, why on earth are dressed like a whore? You know damn well we aren''t going to pay you for it", Vasily jokes.'
 		'Dan and Vitek snicker and start throwing catcalls your way.'
@@ -219,11 +225,6 @@ if $ARGS[0] = 'sh_hooker':
 			gs 'gopsex', 'shgopsex'
 		end
 	end
-
-	act 'Leave feigning resentment':
-		sub += 1
-		gt'shulgahall'
-	end
 end
 
 !------------------!