Skip to content

Commit

Permalink
one last thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreInteractive committed Oct 12, 2014
1 parent 05bb24a commit 352ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def wave():
if (t - lastSpawn) > 200:
a = Enemy.enemy('grunt-siner-wave', 3, bullets, enemies, randomGroupY)
lastSpawn = pygame.time.get_ticks()
if len(enemies)%5 == 0:
if len(enemies)%5 == 0 and waveCount > 9:
f = Enemy.enemy('siner', 2, bullets, enemies)
if len(enemies) > 12:
waveDone = True
Expand Down

0 comments on commit 352ef01

Please sign in to comment.