Operation BUTTERFLY: Reset the amount of butterflies back to default, due to an error with too many objects.
This commit is contained in:
parent
904976ba94
commit
d977213172
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ LANDED = 2
|
|||
states = {OFF: 'off',
|
||||
FLYING: 'Flying',
|
||||
LANDED: 'Landed'}
|
||||
NUM_BUTTERFLIES = (45, 108, 5) # 6, 36, 5
|
||||
NUM_BUTTERFLIES = (6, 36, 5) # gg spawning too many butterflies causes Astron to kick some people.
|
||||
NUM_BUTTERFLY_AREAS = (4, 1, 4)
|
||||
BUTTERFLY_SPEED = 2.0
|
||||
BUTTERFLY_HEIGHT = (2.2, 3.2, 2.2)
|
||||
|
|
Loading…
Reference in a new issue