Open klondikemarlen opened 6 years ago
See example_arena_error.txt
Relevant passage:
2018-04-10 20:57:24,752: File "/home/elthran/rpg_game/app.py", line 1175, in arena 2018-04-10 20:57:24,753: profs = enemy.get_summed_proficiencies() 2018-04-10 20:57:24,753: AttributeError: 'Monster' object has no attribute 'get_summed_proficiencies'
Seems like some kind of migration bug. Probably caused by me over-using Find/Replace All.
See example_arena_error.txt
Relevant passage:
Seems like some kind of migration bug. Probably caused by me over-using Find/Replace All.