修订伤害问题
This commit is contained in:
parent
fe503f7404
commit
1aa0bf05f3
@ -345,6 +345,9 @@ export class PetHandler {
|
||||
};
|
||||
|
||||
public isAlive(){
|
||||
if(this._isHero){
|
||||
return this._owner.isAlive();
|
||||
}
|
||||
return this._baseap > 0;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user