added DT Mania PP

This commit is contained in:
Marc Andre Herpers 2019-01-26 16:29:58 +01:00
parent 7480eabcbb
commit 315af71ed9
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ class piano:
multiplier = 1.1
if scoreMods & mods.NOFAIL != 0:
multiplier *= 0.90
if scoreMods & mods.DOUBLETIME != 0:
multiplier *= 1.75
if scoreMods & mods.SPUNOUT != 0:
multiplier *= 0.95
if scoreMods & mods.EASY != 0: