Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
muldjord committed Apr 17, 2021
1 parent ff2f064 commit e11a9b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/boris.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ Boris::Boris(Settings &settings) : settings(settings)
int health = 100;
int energy = 40 + QRandomGenerator::global()->bounded(25);
int hunger = 40 + QRandomGenerator::global()->bounded(25);
//int toilet = 40 + QRandomGenerator::global()->bounded(25);
int toilet = 15;
int toilet = 40 + QRandomGenerator::global()->bounded(25);
int hygiene = 100;
int social = 40 + QRandomGenerator::global()->bounded(25);
int fun = 40 + QRandomGenerator::global()->bounded(25);
Expand Down

0 comments on commit e11a9b8

Please sign in to comment.