Afegits efectes de audio nous
Retocats alguns efectes de audio al afagar items per a no solapar dos audios
This commit is contained in:
@@ -189,7 +189,7 @@ void Tabe::updateState()
|
||||
// Intenta obtener el bonus
|
||||
bool Tabe::tryToGetBonus()
|
||||
{
|
||||
if (has_bonus_ && rand() % 10 == 0)
|
||||
if (has_bonus_ && rand() % 8 == 0)
|
||||
{
|
||||
has_bonus_ = false;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user