Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Update nova_sorc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aeon0 authored Jan 14, 2022
1 parent e11c6d4 commit d10f509
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/char/sorceress/nova_sorc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,19 @@ def kill_council(self) -> bool:
def clear_inside():
self._pather.traverse_nodes_fixed([(1110, 120)], self)
self._pather.traverse_nodes([229], self, time_out=0.8, force_tp=True)
self._cast_static(0.6)
self._nova(atk_len)
self._move_and_attack((-40, -20), atk_len)
self._move_and_attack((40, 20), atk_len)
self._move_and_attack((40, 20), atk_len)
def clear_outside():
self._pather.traverse_nodes([226], self, time_out=0.8, force_tp=True)
self._cast_static(0.6)
self._nova(atk_len)
self._move_and_attack((45, -20), atk_len)
self._move_and_attack((-45, 20), atk_len)
clear_inside()
clear_outside()
clear_inside()
# clear_outside()
clear_outside()
# change back node as it is used in trav.py
self._pather.offset_node(229, -offset_229)
return True
Expand Down

0 comments on commit d10f509

Please sign in to comment.