Browse Source

[fixes] Player getting soaked by rain while inside of the indoor mall, adjusted volume in scene.

VioletKitten 4 years ago
parent
commit
7a8d39e58a
2 changed files with 5 additions and 3 deletions
  1. 3 3
      locations/NikoDreams.qsrc
  2. 2 0
      locations/shop.qsrc

+ 3 - 3
locations/NikoDreams.qsrc

@@ -528,13 +528,13 @@ if $ARGS[0] =  'Puppeteer':
 		*clr & cla
 		gs'stat'
 		'<center><img src="images/shared/home/bedroom/dream/class/1.jpg"></center>'
-		'You awake then slowly lift your head, looking around the room but immediately recoil in shock, when you notice how dark the classroom is. You quickly think to yourself, <font color=#FF00CC>Whoa, how long did I sleep? Ohh shit, I must have slept through the whole day. I should probably get home before the school doors are locked up for the day.</font> You quickly shove your books into your bag then quickly walk for the door.'	
+		'You awake then slowly lift your head, looking around the room but immediately recoil in shock, when you notice how dark the classroom is. You quickly think to yourself, <font color=#FF00CC>Whoa, how long did I sleep? Ohh shit, I must have slept through the whole day. I should probably get home before the school doors are locked up for the day.</font> You quickly shove your books into your bag then walk for the door.'	
 	
 		act 'Go to the hallway':	
 			*clr & cla
 			if music_on = 1:
 				$track_loop = 'sound/happyhome/happyhome.mp3'
-				volume = 10
+				volume = 40
 				music_loop = 1
 				pl '<a href="exec: music_on = 0 & gt ''NikoDreams'', ''Woods''">Turn off the music</a>'
 			else
@@ -575,7 +575,7 @@ if $ARGS[0] =  'Puppeteer':
 							gs'stat'
 							'<center><b><h4><font color=#FFA200><<"Puppeteer">></font></h4></b></center>'
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/nightmares/happyhome/residents/puppeteer.jpg"></center>'	
-							'You turn around but quickly get grabbed by your cheeks then launched onto the ground by a horrific looking man with long sharp nails. You quickly roll to the side, dodging a swipe of his nails before quickly crawling away just to get grabbed by your ankles and dragged back. You let out a loud scream before you suddenly get pulled back toward the insane laughing man. You quickly turn to the man as he drives his sharp nails into your eyes...'					
+							'You turn around but quickly get grabbed by your cheeks then launched onto the ground by a horrific looking man with long sharp nails. You dive to the side, dodging a swipe of his nails before quickly crawling away, just to get grabbed by your ankles and dragged back. You let out a loud scream as you suddenly get pulled back, toward the insane laughing man. You quickly turn to the man as he drives his sharp nails into your eyes...'					
 							
 							act '...':
 								*clr & cla

+ 2 - 0
locations/shop.qsrc

@@ -7,6 +7,8 @@ if $ARGS[0] = 'start':
 	$menu_arg = 'start'
 	menu_off = 0
 	CLOSE ALL
+	$location_type = 'public_indoors'
+	gs 'themes', 'indoors'
 	if sound = 0:PLAY 'sound/shop.mp3',30
 	$shoplocation = 'main'
 end