Hi, this game is great, but having some serious troubles getting past a bug with the bossfight in the crumbling mines. It throws the error
"Cannot read property 'includes' of undefined" as soon as the battle starts.
Viewing post in Quickest Game of All Time (Demo) comments
ruh roh!
ill see whats causing that, if you get the error again then press F12 to open console and screenshot what it says there, since im not encountering the error myself (assuming its the boss fight against the crimson fellas)
EDIT: might need to enable devtools to open the console, to do that go into package.json and remove "--disable-devtools "
this is the text that the console spits out:
rmmz_managers.js:2080
TypeError: Cannot read property 'includes' of undefined
at Game_Actor.Game_BattlerBase.<computed>.isStateCategoryResisted (VisuMZ_1_SkillsStatesCore.js:4019)
at Game_Actor.Game_BattlerBase.isStateResist (VisuMZ_1_SkillsStatesCore.js:4019)
at Game_Actor.Game_Battler.isStateAddable (rmmz_objects.js:3658)
at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_1_SkillsStatesCore.js:4019)
at Game_Actor.Game_Battler.<computed> [as isStateAddable] (VisuMZ_3_LifeStateEffects.js:549)
at Game_Actor.Game_Battler.<computed>.addState (VisuMZ_1_SkillsStatesCore.js:4019)
at Game_Actor.Game_Battler.<computed> (VisuMZ_2_AggroControlSys.js:1307)
at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_2_BattleSystemFTB.js:1295)
at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_2_EnhancedTpSystem.js:1390)
at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_3_AntiDmgBarriers.js:1706)
SceneManager.catchNormalError @ rmmz_managers.js:2080