Skip to content
Permalink
main
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (9 sloc) 231 Bytes
/*:
* @plugindesc Prevents MOG_PartyHud's hud from hiding when dialog pops up.
* @author Ben Hendel-Doying
*
* @help Just a super-simple mod to MOG_PartyHud.
*/
PartyHud.prototype.needHide = function() {
return false;
};
You can’t perform that action at this time.