sub GetBELucky
{
my ($GB) = @_;

if (rand(10800) < $GB->{BEpoints}) { return 1; }

return 0;
}