Minor style fixes

This commit is contained in:
2021-04-08 09:11:58 +03:00
parent c88f09405d
commit 306b564ac2
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -147,7 +147,6 @@ class StandingEnemy(Enemy):
for image in array:
image.set_colorkey((255,0,255))
self.subtype = random.randint(0, len(StandingEnemy.images) - 1)
self.image = random.choice(StandingEnemy.images[self.subtype])