mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 19:23:20 +08:00
Merge pull request #9 from Dliwk/fix-endless-onslaught
Fix endless onslaught
This commit is contained in:
commit
c69f8ac632
@ -478,6 +478,7 @@ class OnslaughtGame(ba.CoopGameActivity):
|
||||
elif self._preset in ['endless', 'endless_tournament']:
|
||||
self._have_tnt = True
|
||||
self._excludepowerups = []
|
||||
self._waves = []
|
||||
|
||||
else:
|
||||
raise Exception("Invalid preset: " + str(self._preset))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user