修订加战力问题
This commit is contained in:
parent
d7a7ae242c
commit
7c0605751c
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user