新将血量修改1.1
parent
225e58e5ee
commit
dffe1b81b9
|
@ -110,7 +110,6 @@ public class NewGeneralAttackHandler extends BaseHandler<ActivityProto.NewGenera
|
||||||
for (int i = 2; i < checkResult.length; i++) {
|
for (int i = 2; i < checkResult.length; i++) {
|
||||||
lessBlood+=checkResult[i];
|
lessBlood+=checkResult[i];
|
||||||
}
|
}
|
||||||
lessBlood = bossBlood - lessBlood;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 伤害/血量 ,用float表示
|
// 伤害/血量 ,用float表示
|
||||||
|
|
Loading…
Reference in New Issue