소스 검색

[changed] Finally hitting busking with the nerf bat

Kevin_Smarts 2 년 전
부모
커밋
adaa21906d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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