Skip to content
Permalink
main
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 271 Bytes
/*:
* @plugindesc Don't remember the last ability used during battle.
* @author Ben Hendel-Doying
*
* @help That's it!
*/
Game_Actor.prototype.lastMenuSkill = function() {
return null;
};
Game_Actor.prototype.lastBattleSkill = function() {
return null;
};
You can’t perform that action at this time.