Forráskód Böngészése

Blocked the Lena & Lera busking event (it's just a stub)

Netuttki 4 éve
szülő
commit
19a9b7dd78
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      locations/music_buskingevents.qsrc

+ 4 - 4
locations/music_buskingevents.qsrc

@@ -20,7 +20,7 @@ if $ARGS[0] = 'busking':
 	ml_busking['busking_count'] += 1
 	ml_busking['busking_time'] += ml_buskingtime
 	ml_busking['total_earnings'] += ml_tipsearned
-	
+
 !!	TODO: More meat to the scene.	
 	'<center><img <<$set_imgh>> src="images/pc/activities/music/guitarf'+ rand(1,2) +'.jpg"></center>'	
 	'You start to play the songs you know, pushing your open guitar case forward a little in case people drop some change there.' + iif(ml_online['account'] = 1 and ml_online['active'] = 1, ' You also set up the sign with the link to your webprofile.', '') + ' After playing for an hour you have made <<ml_tipsearned>> <b>P</b> in tips.'
@@ -32,9 +32,9 @@ if $ARGS[0] = 'busking':
 		gs 'music_buskingevents', 'anushka'
 	elseif ml_rand_event < 15 and $ARGS[1] = 'pav' and ((npc_rel['A20'] < 20 or npc_rel['A21'] < 20):
 !! TODO: if the gopniks don''t like the PC and/or her music is awful, there is a chance that Lena and Lera harasses her.
-		gs 'music_buskingevents', 'lena_and_lera', 1
-	elseif ml_rand_event < 15 and $ARGS[1] = 'pav' and ( (npc_rel['A20'] < 40 or npc_rel['A21'] < 40) and (pcs_instrmusic < 30 or pcs_perform < 30 or pcs_vokal < 30) ):
-		gs 'music_buskingevents', 'lena_and_lera', 2
+!!		gs 'music_buskingevents', 'lena_and_lera', 1
+!!	elseif ml_rand_event < 15 and $ARGS[1] = 'pav' and ( (npc_rel['A20'] < 40 or npc_rel['A21'] < 40) and (pcs_instrmusic < 30 or pcs_perform < 30 or pcs_vokal < 30) ):
+!!		gs 'music_buskingevents', 'lena_and_lera', 2
 	else
 		act 'Finish': gt $curloc, 'start'	
 	end