Browse Source

[fixed] wrong name of the location

rachels 1 year ago
parent
commit
8fd89bb57f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/pav_complex.qsrc
  2. 1 1
      locations/pod_ezd.qsrc

+ 2 - 2
locations/pav_complex.qsrc

@@ -89,7 +89,7 @@ if $ARGS[0] = 'start':
 	if pavComplex_met_dealer >= 3 and hour > 20: '<br>You can see the <a href="exec:minut += 3 & gt ''pav_aptcourtev'', ''dealer''">boy</a> who sells weed in the courtyard.'
 	
 	if Enable_tablemap = 0:
-		if npc_rel['A112'] >=70 or (week < 6 and hour >= 14 and hour <= 23) or (week >= 6 and hour >= 10 and hour < 14) or (hour >= 0 and hour < 2):'<a href="exec:minut += 15 & gt ''vasilyhome'', ''home''">The Shulgin family</a> live in the apartment above your parents.'
+		if npc_rel['A112'] >=70 or (week < 6 and hour >= 14 and hour <= 23) or (week >= 6 and hour >= 10 and hour < 14) or (hour >= 0 and hour < 2):'<a href="exec:minut += 15 & gt ''shulgahome''">The Shulgin family</a> live in the apartment above your parents.'
 		if ArtemBeInHome > 0 and artemQW['artemblok'] = 0:'<a href="exec:minut += 15 & gt ''artemhome'', ''home''">Artem Chebotarev</a>, one of your classmates, lives in the same apartment building as your parents, on the first floor.'
 		if juliaQW['home_unlocked'] = 1:
 			if (hour >= 15 and hour <= 20 and week < 6) or (hour >= 8 and hour <= 20 and week >= 6):
@@ -109,7 +109,7 @@ if $ARGS[0] = 'start':
 	else
 		st_count=0 & $show_table=''
 		if npc_rel['A112'] >=70 or (week < 6 and hour >= 14 and hour <= 23) or (week >= 6 and hour >= 10 and hour < 14) or (hour >= 0 and hour < 2):
-			gs'show_table','Apartment of Uncle <a href="exec:minut += 15 & gt ''vasilyhome'', ''home''" >Shulgin</a>.','3'
+			gs'show_table','Apartment of Uncle <a href="exec:minut += 15 & gt ''shulgahome''" >Shulgin</a>.','3'
 		else
 			gs'show_table','Apartment of Uncle Shulgin.','3'
 		end

+ 1 - 1
locations/pod_ezd.qsrc

@@ -183,7 +183,7 @@ if $ARGS[0] = 'etaj_3':
 
 	act 'Go down to the second floor': minut += 1 & gt 'pod_ezd','etaj_2'
 	act 'Go up to the fourth floor': minut += 1 & gt 'pod_ezd','etaj_4'
-	act 'Apartment 13: Vasily and Sergei Shulgin': gt 'vasilyhome', 'home'
+	act 'Apartment 13: Vasily and Sergei Shulgin': gt 'shulgahome'
 	if juliaQW['home_unlocked'] = 1: act 'Apartment 15: Julia Milova': gt 'JuliaMilHome', 'home'
 	act 'Take the elevator': gt 'pod_ezd','lift','etaj_3'
 end