فهرست منبع

Moved the call to set the icons after `subkid`; that removed the icon.

netuttki 1 سال پیش
والد
کامیت
76c47d91a2
5فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 1 2
      locations/bedr.qsrc
  2. 1 1
      locations/bedr2x.qsrc
  3. 3 3
      locations/bedrPar.qsrc
  4. 1 1
      locations/city_mansion_residence_2.qsrc
  5. 1 0
      locations/pav_shared_apt.qsrc

+ 1 - 2
locations/bedr.qsrc

@@ -217,7 +217,6 @@ end
 
 dynamic $palelady
 
-gs 'music_actions', 'music_icon'
 if pcs_horny >= 50: act 'Masturbate':gt 'selfplay', 'start'
 
 if pornMagazine > 0:
@@ -229,6 +228,6 @@ gs 'subkid'
 act 'Relax on your bed': gt 'bed', 'start'
 
 gs 'prostitution_functions', 'prostitute_outfit_at_home'
-
+gs 'music_actions', 'music_icon'
 --- bedr ---------------------------------
 

+ 1 - 1
locations/bedr2x.qsrc

@@ -196,7 +196,6 @@ if sick >= 1:
 end
 
 dynamic $palelady
-gs 'music_actions', 'music_icon'
 
 if pcs_horny >= 50: act 'Masturbate': gt'selfplay', 'start'
 
@@ -209,6 +208,7 @@ gs 'subkid'
 
 act 'Relax on your bed': gt 'bed', 'start'
 gs 'prostitution_functions', 'prostitute_outfit_at_home'
+gs 'music_actions', 'music_icon'
 
 --- bedr2x ---------------------------------
 

+ 3 - 3
locations/bedrPar.qsrc

@@ -275,8 +275,6 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 			$access['noporn-message'] = 'You shouldn''t watch porn with your sister in the room, she would notice for sure!'
 			$access['nocamshow-message'] ='You can''t do any webcam activities with your sister in the room!'
 		end
-		
-		gs 'music_actions', 'music_icon'
 
 		if locat['Anya_inroom'] = 0 and breastpump = 1 and bp_unbox <= 0:
 			'<a hlpf="exec: gt ''lact_bp'', ''bp_unbox_event''">Unbox</a> your breast pump'
@@ -292,7 +290,9 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 		'</td><td width = "100" valign="top"></td><td>'
 		gs 'subkid'
 		'</td></tr></table>'
-		
+
+		!! NOTE: This has to go here, otherwise gs 'subkid' removes the icon. 
+		gs 'music_actions', 'music_icon'
 	end
 end
 

+ 1 - 1
locations/city_mansion_residence_2.qsrc

@@ -21,13 +21,13 @@ if $ARGS[0] = 'yliving':
 	else
 		'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_unfinished.jpg"></center>'
 	end
-	gs 'music_actions', 'music_icon'
 	act 'Leave the room': gt 'city_mansion_residence_1', 'yfoyer'
 
 	if ymanrem[7] = 2:
 		'A large room where you can watch <a href="exec:gt ''TV'',''start''">TV</a>, or relax on your luxury <a href="exec:gt ''divan'', ''start''">leather sofa</a>.'
 		if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to the sofa.'
 		gs 'subkid'
+		gs 'music_actions', 'music_icon'
 	end
 end
 

+ 1 - 0
locations/pav_shared_apt.qsrc

@@ -820,6 +820,7 @@ if $ARGS[0] = 'pcsRoom':
 
 	act 'Relax on your bed': gt 'bed', 'start'
 	gs 'prostitution_functions', 'prostitute_outfit_at_home'
+	gs 'music_actions', 'music_icon'
 end
 	
 if $ARGS[0] = 'sofabed':