Răsfoiți Sursa

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

julzor 6 ani în urmă
părinte
comite
bca1e22278
3 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 1 1
      locations/metro.qsrc
  2. 1 0
      locations/road.qsrc
  3. 1 1
      locations/torgcentr.qsrc

+ 1 - 1
locations/metro.qsrc

@@ -2,7 +2,7 @@
 
 if $ARGS[0] = 'start':
 	CLOSE ALL
-	if sound = 0:PLAY 'sound/metro.mp3',30
+	if sound = 0:PLAY 'sound/metro' + rand(1,4) + '.mp3',30
 	'<center><b><font color="maroon">Metro station</font></b></center>'
 	if $loc = 'street':
 		'<center><b><font color="maroon">Residential Area</font></b></center>'

+ 1 - 0
locations/road.qsrc

@@ -3,6 +3,7 @@ $location_type = 'public_outdoors'
 
 if $ARGS[0] = '':
 	CLOSE ALL
+	if sound = 0:PLAY 'sound/highway.mp3',50
 	$metka = $ARGS[0]
 	$loc = $CURLOC
 	cls

+ 1 - 1
locations/torgcentr.qsrc

@@ -1,6 +1,6 @@
 # torgcentr
 CLOSE ALL
-if sound = 0:PLAY 'sound/gipermarket.mp3',30
+if sound = 0:PLAY 'sound/mall.mp3',30
 gs 'stat'
 '<center><b>Shopping mall</b></center>'
 '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/torgcentr.jpg"></center>'