elthran / RPG-Game

0 stars 1 forks source link

Arena broken. #335

Open klondikemarlen opened 6 years ago

klondikemarlen commented 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.