Parcourir la source

[fixed] Now require computer to set up online music thingy in your room thanks to Julzor

KevinSmarts il y a 3 ans
Parent
commit
1c197f29a3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      locations/bedrPar.qsrc

+ 1 - 1
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:
+if ml_online['account'] = 0 and internet > 0 and komp = 1: 
 	act 'Set up an online music account (0:30)': gt 'music_onlinemusic', 'setupAccount'
 end