Hi, leasha, when i take a potion for hp recover from map menu, i have the following error and when i disengage the plugin battlecustomsuite i have no error:
it refer to this line from console:
const _Game_Action_executeDamage = Game_Action.prototype.executeDamage;
Game_Action.prototype.executeDamage = function(target, value) {
_Game_Action_executeDamage.apply(this, arguments);
SceneManager._scene.damageSprite.refresh(
Math.abs(value),
value < 0 ? 'heal' : 'damage',
target.result().critical
);
Can you help me with that ?