修订加战力问题

This commit is contained in:
yuexin 2020-12-30 15:33:53 +08:00
parent d7a7ae242c
commit 7c0605751c

View File

@ -261,6 +261,10 @@ export class PetHandler {
return 0;
}
if(value > 0 && this.isAlive()){
return 0;
}
this._bakBaseap = this._baseap;
this._baseap += value;
if(this._baseap <= 0){