incresed speed boost on kills

This commit is contained in:
Cameron Smart
2020-04-26 01:11:15 -07:00
parent f346a166dd
commit 31d5ef8029
4 changed files with 3 additions and 4 deletions

View File

@@ -67,7 +67,6 @@ class MobHandler:
# Enemy activation and update
for enemy in reversed(self.enemy_list):
# TODO replace with distance checking
distance = self.get_distance(enemy)
enemy.collisions.update()
if (distance < 300):