Explorar o código

Fixed bugs in music account setup where computer was required

Netuttki %!s(int64=3) %!d(string=hai) anos
pai
achega
40314f3d0e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      locations/bedrPar.qsrc

+ 3 - 3
locations/bedrPar.qsrc

@@ -267,7 +267,7 @@ elseif ml_guitar['hasguitar'] and ml_guitar['carried'] = 0:
 end
 
 			
-if ml_online['account'] = 0 and internet > 0 and komp = 1: 
+if ml_online['account'] = 0 and internet > 0: 
 	act 'Set up an online music account (0:30)': gt 'music_onlinemusic', 'setupAccount'
 end
 
@@ -395,8 +395,8 @@ if hour > 8 and hour < 22:
 		else
 			act 'Record a song with your phone (0:30)': gt 'music_onlinemusic', 'recordSong'
 			if komp = 1 and webcamera = 1 and ml_studio['scarlet-3rd-gen'] = 1:
-				act 'Record and edit a song (1:30)': gt 'music_onlinemusic', 'recordAndEditSong'
-			end	
+				act 'Record and edit a song (2:00)': gt 'music_onlinemusic', 'recordAndEditSong' 
+			end
 		end
 	end