Ahora aparecen objetos en el modo demo
This commit is contained in:
@@ -511,10 +511,9 @@ bool Player::hasExtraHit()
|
||||
void Player::giveExtraHit()
|
||||
{
|
||||
extraHit = true;
|
||||
coffees++;
|
||||
if (coffees > 2)
|
||||
if (coffees < 2)
|
||||
{
|
||||
coffees = 2;
|
||||
coffees++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user