Everytime I get hit in combat I get the error
File "game/battle02.rpy", line 312, in <module> TypeError: argument of type 'NoneType' is not iterable
I can press ignore and everything works. However whenever I go to use an ability I get
File "game/battle.rpy", line 761, in <module> File "game/battle.rpy", line 229, in execute File "game/battle.rpy", line 229, in execute File "game/battle.rpy", line 342, in execute File "game/battle.rpy", line 343, in execute File "game/battle.rpy", line 380, in execute File "game/battle.rpy", line 380, in <module> IndexError: list index out of range
This error I can't ignore and have to press rollback, so I'm unable to use abilities in combat at all. It was working last time I played but not now and I didn't read in the patch notes that I needed to make a new save.
Also when clicking on skills in the journal I get
File "renpy/common/00action_other.rpy", line 537, in __call__ rv = self.callable(*self.args, **self.kwargs) File "game/questlog.rpy", line 213, in addSkill IndexError: list index out of range