Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Franr committed Nov 14, 2016
1 parent f884e42 commit d2ec070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_ia.py
Expand Up @@ -21,7 +21,7 @@ def load_io_handlers(self):
pass

def update(self):
avoid_shoot(self.principal, self.balas.balas, self.conexion)
avoid_shoot(self.principal, self.balas.bullets, self.conexion)
shoot_enemy(self.principal, self.hcriat.get_enemies(), self.conexion)
move(self.principal, self.conexion)

Expand Down

0 comments on commit d2ec070

Please sign in to comment.