1
0
Просмотр исходного кода

Removed the George naming that appeared from nowhere.

KevinSmarts 8 лет назад
Родитель
Сommit
d2ed19397c
2 измененных файлов с 15 добавлено и 18 удалено
  1. 1 1
      locations/Nord
  2. 14 17
      locations/youry

+ 1 - 1
locations/Nord

@@ -67,7 +67,7 @@ if tobiQW >= 1:'The old mansion, home to <a href="exec:gt ''kakuzu'', ''start''"
 'There is a huge building, with bright lights, which houses a <a href="exec:gt ''casino''">Casino</a> and a hotel.'
 
 if hour >= 14 or hour < 4:'Located far away from the buildings <a href="exec:gt ''lakecafe'', ''main''">barbecue</a>.'
-if jouryResult = 10:'In one of the building you can find <a href="exec:gt ''youry''">Georges</a> flat'
+if jouryResult = 10:'You can go to one of the apartment blocks and visit <a href="exec:gt ''youry''">Yuri''s</a> flat'
 if IvanKvartira > 0:'In one of these building is <a href="exec:gt ''ivanRoom''">Manager Ivans</a> apartment'
 
 'A long and high fence, which is build around the <a href="exec:gt ''Terminal''">storage terminal</a>'

+ 14 - 17
locations/youry

@@ -1,15 +1,4 @@
 # youry
-$roomyour = {
-	$boy = 'Yuri'
-	dick = 18
-	silavag = 2
-	harakBoy = 1
-	NoGuy = 1
-	gtGuy = 1
-	finance = 1
-
-	act 'On the bed':gt 'BDsex', 'start'
-}
 
 clr
 minut += 5
@@ -17,7 +6,7 @@ gs 'stat'
 fcolor = rgb(0, 0, 0)
 bcolor = rgb(255, 255, 255)
 lcolor = rgb(106, 90, 205)
-'<center><b><font color="maroon">Flat George</font></b></center>'
+'<center><b><font color="maroon">Yuri''s Flat</font></b></center>'
 '<center><img src="images/peter/peterdoor.jpg"></center>'
 
 act 'Leave':
@@ -32,18 +21,26 @@ act 'Ring the doorbell':
 	if hour > 16:
 		'You rang the doorbell. The door opened very quickly and Yuri was standing on the threshold. He invited you in.'
 
-		act 'Login to Jury':
+		act 'Enter apartment':
 			cls
 			minut += 15
 			gs 'stat'
-			'You entered Yuris apartment, went in the living room and sat on a chair. Yuri went into the kitchen and brought a  bottle of champagne and two glasses.'
+			'You entered Yuri''s apartment, went in the living room and sat on a chair. Yuri went into the kitchen and brought a  bottle of champagne and two glasses.'
 
 			act 'Drinking with Yuri':
 				cls
 				minut += 15
-				gs 'stat'
+				gs 'stat'				
+				$boy = 'Yuri'
+				dick = 18
+				silavag = 2
+				harakBoy = 1
+				NoGuy = 1
+				gtGuy = 1
+				finance = 1
 				'Yuri praised your sex skills as you drank the champagne. Then Yuri suggested you go to bed.'
-				dynamic $roomyour
+
+				act 'On the bed':gt 'BDsex', 'start'
 			end
 		end
 
@@ -52,7 +49,7 @@ act 'Ring the doorbell':
 		'You rang the doorbell, but nobody answered you.'
 	end
 
-	act 'Away from the door':gt $curloc
+	act 'Away from the door':gt 'Nord'
 end
 
 --- youry ---------------------------------