Skip to content

Commit

Permalink
Update Model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
armagg authored Feb 9, 2019
1 parent 679f6fc commit 3dfad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def get_opp_heroes_in_cells(self, cells):

def cast_ability(self, hero_id=None, hero=None, ability_name=None, ability=None, cell=None, row=None, column=None):
if World.DEBUGGING_MODE and World.LOG_FILE_POINTER is not None:
World.LOG_FILE_POINTER.write('-------cast_ability-------\n' + 'hero_id:' + str(hero_id_ + '\thero:' + str(hero)
World.LOG_FILE_POINTER.write('-------cast_ability-------\n' + 'hero_id:' + str(hero_id) + '\thero:' + str(hero)
+ '\tability_name:' + str(ability_name) + '\nability:' + str(ability) + '\tcell:' +
str(cell) + '\trow:' + str(row) + '\tcolumn:' + str(column))
if hero_id is not None and ability_name is not None and cell is not None:
Expand Down

0 comments on commit 3dfad35

Please sign in to comment.