This commit is contained in:
parent
27dab0abc5
commit
b02b77749e
|
@ -12859,7 +12859,7 @@
|
||||||
num=maxHp-info1[2];
|
num=maxHp-info1[2];
|
||||||
}
|
}
|
||||||
if(typeof this.singleHp=='boolean'){
|
if(typeof this.singleHp=='boolean'){
|
||||||
if(num%2==1){
|
if(num%2!=0){
|
||||||
if(this.singleHp){
|
if(this.singleHp){
|
||||||
this.maxHp+=(num+1)/2;
|
this.maxHp+=(num+1)/2;
|
||||||
this.singleHp=false;
|
this.singleHp=false;
|
||||||
|
|
Loading…
Reference in New Issue