var Imported = Imported || {};
Imported.LevelUp_Recovery = true;
var SuTao = SuTao || {};
SuTao.LevelUp_Recovery = SuTao.LevelUp_Recovery || {};
SuTao.LevelUp_Recovery.version = 1.0;
(function ($) {
$.___Game_Actor_levelUp___ = Game_Actor.prototype.levelUp;
Game_Actor.prototype.levelUp = function () {
$.___Game_Actor_levelUp___.call(this);
this._hp = this.mhp;
this._mp = this.mmp;
this.refresh();
};
})(SuTao.LevelUp_Recovery);
var Imported = Imported || {};
Imported.LevelUp_Recovery = true;
var SuTao = SuTao || {};
SuTao.LevelUp_Recovery = SuTao.LevelUp_Recovery || {};
SuTao.LevelUp_Recovery.version = 1.0;
(function ($) {
$.___Game_Actor_levelUp___ = Game_Actor.prototype.levelUp;
Game_Actor.prototype.levelUp = function () {
$.___Game_Actor_levelUp___.call(this);
this._hp = this.mhp;
this._mp = this.mmp;
this.refresh();
};
})(SuTao.LevelUp_Recovery);