hold音符补丁 备份
This commit is contained in:
@@ -55,6 +55,9 @@ public class Note : BaseNote
|
||||
|
||||
private static int ComputePmDeltaFromJudge(string judgeResult, AllyCombatant ally)
|
||||
{
|
||||
// If current character slot has no ally or is dead, then this corresponding track will also not get idol score
|
||||
if (ally == null || ally.IsDead) return 0;
|
||||
|
||||
int baseScore = 0;
|
||||
|
||||
var bmm = ally != null ? ally.bmm : null;
|
||||
|
||||
Reference in New Issue
Block a user