Super arguments

This commit is contained in:
Crizomb 2025-06-15 22:32:37 +02:00
parent 8b664a26ef
commit da5b6c3d8d
2 changed files with 17 additions and 3 deletions

View file

@ -167,7 +167,7 @@ void Game::update_scores(bool good_action) {
if (score_multiplier < 15) {
carrot.changeState(Angry);
} else if (score_multiplier < 35) {
} else if (score_multiplier < 60) {
carrot.changeState(Neutral);
} else {
carrot.changeState(Happy);