From 3dfad35f8ac45fdd096beb5ca3d6bfadf2a28d4f Mon Sep 17 00:00:00 2001 From: omid mesgarha <33591852+armagg@users.noreply.github.com> Date: Sat, 9 Feb 2019 12:17:45 +0330 Subject: [PATCH] Update Model.py --- Model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model.py b/Model.py index dd47bd8..6c2ef6b 100644 --- a/Model.py +++ b/Model.py @@ -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: