军团:军团boss血量添加保底
This commit is contained in:
@@ -226,6 +226,10 @@ export async function getBossHp(serverId: number, guildCode: string, dicBossBase
|
||||
B = 1;
|
||||
bossHp = minBossHp;
|
||||
}
|
||||
if(bossHp < minBossHp) {
|
||||
B = 1;
|
||||
bossHp = minBossHp;
|
||||
}
|
||||
console.log(`getBossHp B ${B}`);
|
||||
return { ratio: B, bossHp: zoomInDamage(bossHp) };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user