Преглед изворни кода

[fixes] missed some goto's in anushapt

julzor пре 5 година
родитељ
комит
73ea4d0248
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      locations/anushapt.qsrc

+ 5 - 5
locations/anushapt.qsrc

@@ -53,16 +53,16 @@ if $ARGS[0] = 'home':
 	'You walk up to the front door and knock.'
 	if hour >= 22:
 		'It''s too late in the day to visit Anushka.'
-		act 'Move away from the door':gt'pavComplexb2','etaj_4'
+		act 'Move away from the door':gt'pavComplex', 'start'
 	elseif hour < 8:
 		'It''s too early in the day to visit Anushka.'
-		act 'Move away from the door':gt'pavComplexb2','etaj_4'
+		act 'Move away from the door':gt'pavComplex', 'start'
 	elseif ((hour >= 15 and hour < 20) or (week > 5 and hour >= 10 and hour < 20)) and (rand(0,4) = 0):
 		*clr & cla
 		'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/valeria.jpg"></center>'
 		'You stand outside the Konstantinov household, knocking on the door. It takes quite a while before someone actually does come and in the end it turns out to be Anushka''s mother.'
 		'Her mother just stands there glaring at you for a while, "Well now don''t just stand there, what do you want? Oh wait let me guess, you want to see Anushka? Well the little slut isn''t here and I don''t know when she''ll be back. So why don''t you just go bother someone else." Before you can even get a word in, she slams the door in your face and you hear the all the locks click into place. Not having any other option, you turn to leave.'
-		act 'Move away from the door':gt'pavComplexb2','etaj_4'
+		act 'Move away from the door':gt'pavComplex', 'start'
 	elseif (hour >= 15 and hour < 22) or (week > 5 and hour >= 8 and hour < 22):
 		*clr & cla
 		'You stand outside the Konstantinov household, waiting for Anushka to come open the door.'
@@ -158,7 +158,7 @@ if $ARGS[0] = 'hallway':
 		'You stand still for a little while longer, listening for something but nothing happens. After a while you decide to move on, you''re pretty sure that it was just Anushka''s younger brother Maksim spying on you.'
 	end
 	if AnushkaLoc ! 1:
-		act 'Leave Anushka''s apartment': gt 'pavComplex','start'
+		act '<b>Leave Anushka''s apartment</b>': gt 'pavComplex','start'
 		act 'Anushka''s Room': gt 'anushapt','anushroom'
 		act 'Bathroom': gt 'anushapt','bathroom'
 		act 'Anushka''s brother''s room': gt 'anushapt','brotherroom'
@@ -167,7 +167,7 @@ if $ARGS[0] = 'hallway':
 		act 'Parents Room': gt 'anushapt','anushparents'
 	else
 		'Anushka is standing next to, looking at you expectantly. "What''s up, <<$pcs_nickname>>?"'
-		act 'Leave Anushka''s apartment': gt 'pavComplex','start'
+		act '<b>Leave Anushka''s apartment</b>': gt 'pavComplex','start'
 		act 'Let''s go to your room':AnushkaLoc=2&gt'anushapt','anushroom'
 		act 'Let''s check on your brother':AnushkaLoc=3&gt'anushapt','brotherroom'
 	end