Explorar o código

Fix closing bracket

pfffbft %!s(int64=4) %!d(string=hai) anos
pai
achega
71b1cc0a0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      locations/music_buskingevents.qsrc

+ 1 - 1
locations/music_buskingevents.qsrc

@@ -31,7 +31,7 @@ if $ARGS[0] = 'busking':
 	ml_rand_event = rand(0,100)
 	if ml_rand_event <= 10 and $ARGS[1] = 'pav' and npc_rel['A144'] > 40: 
 		gs 'music_buskingevents', 'anushka'
-	elseif ml_rand_event < 15 and $ARGS[1] = 'pav' and ((npc_rel['A20'] < 20 or npc_rel['A21'] < 20):
+	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) ):