bot instance_tuba_red
include tuba_red
include common
- count 8
+ count 16
init
cmd movetotarget @places_tuba
cmd barrier
bot instance_tuba_blue
include tuba_blue
include common
- count 8
+ count 16
init
cmd movetotarget @places_tuba
cmd barrier
bot instance_accordeon_red
include accordeon_red
include common
- count 8
+ count 16
init
cmd movetotarget @places_tuba
cmd barrier
bot instance_accordeon_blue
include accordeon_blue
include common
- count 8
+ count 16
init
cmd movetotarget @places_tuba
cmd barrier
my $votehigh = 0;
my $votelow = 0;
my $votegood = 0;
- for(@busybots_allocated)
+ for(@busybots_allocated, grep { $_->{count} > 0 } values %$busybots)
{
next # I won't play on this channel
if defined $_->{channels} and not $_->{channels}->{$channel};