Operation BUTTERFLY: Reset the amount of butterflies back to default, due to an error with too many objects.

This commit is contained in:
Harvir 2013-12-01 00:44:26 +00:00
parent 904976ba94
commit d977213172

View file

@ -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)