1
0
Selaa lähdekoodia

[changed] Finally hitting busking with the nerf bat

Kevin_Smarts 2 vuotta sitten
vanhempi
säilyke
adaa21906d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      locations/music_buskingevents.qsrc

+ 1 - 1
locations/music_buskingevents.qsrc

@@ -58,7 +58,7 @@ if $ARGS[0] = 'calculate_tips':
 		
 	ml_time_loc_mod = (ml_location_mod + ml_time_mod)	
 
-	ml_tipsmax = ((pcs_instrmusic + pcs_vokal + pcs_perform + ((hotcat-4)*35)) * ml_time_loc_mod)/5	
+	ml_tipsmax = ((pcs_instrmusic + pcs_vokal + pcs_perform + ((hotcat-4)*35)) * ml_time_loc_mod)/50	
 
 	ml_tipsearned = (max(rand(ml_time_loc_mod,ml_tipsmax),0)*ml_buskingtime) / 60