Game_BattlerBase.prototype.isDying = function() { return this.isAlive() && this._hp < this.mhp;};
Game_BattlerBase.prototype.isDying = function() { return this.isAlive() && this._hp < this.mhp; };