修订伤害问题

This commit is contained in:
y.x 2020-12-29 01:11:54 +08:00
parent fe503f7404
commit 1aa0bf05f3

View File

@ -345,6 +345,9 @@ export class PetHandler {
};
public isAlive(){
if(this._isHero){
return this._owner.isAlive();
}
return this._baseap > 0;
};