1
0
Pārlūkot izejas kodu

[fixed] Missing a couple of colons for travel times (005 and 035 should be 0:05 and 0:35) from Hooded Silence as was last commit

Kevin_Smarts 1 gadu atpakaļ
vecāks
revīzija
5505ca311a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      locations/city_center.qsrc

+ 2 - 2
locations/city_center.qsrc

@@ -98,8 +98,8 @@ gs 'music_actions', 'music_icon'
 
 if car > 0 and cardrive = 2:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
 
-act 'Walk to the central park (035)': minut += 35 & gt 'city_park', 'start'
-act 'Walk to the train station (005)': minut += 5 & gt 'city_train', 'start'
+act 'Walk to the central park (0:35)': minut += 35 & gt 'city_park', 'start'
+act 'Walk to the train station (0:05)': minut += 5 & gt 'city_train', 'start'
 if hour = 4 and hour = 23:
 	act 'Walk to the Metro':  minut += 5 & gt 'metro', 'start'
 end