Super arguments
This commit is contained in:
parent
8b664a26ef
commit
da5b6c3d8d
2 changed files with 17 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue