Skip to content

Commit

Permalink
AI updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidrezaKmK committed Feb 14, 2020
1 parent d6e83fb commit 212f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AI.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def pick(self, world):
my_deck = [base_unit for base_unit in all_base_units if base_unit.is_flying]

# picking the chosen deck - rest of the deck will automatically be filled with random base_units
world.choose_deck(my_deck)
world.choose_deck(base_units=my_deck)

# other preprocess
self.path_for_my_units = world.get_friend().paths_from_player[0]
Expand Down

0 comments on commit 212f697

Please sign in to comment.