Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const TILES_PER_FACTORY_GROUP = 4;

export const INITIAL_FACTORY_GROUP_COUNT = 5;

export const BOT_AVAILABLE_MINUTES_PER_HOUR = 15;
export const BOT_AVAILABLE_MINUTES_PER_HOUR = 8;
5 changes: 5 additions & 0 deletions src/utilities/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ export const getAffirmingQuotes = [
"You'll never be able to control your mood if you let it depend on other people. Decide today that you're the only one in charge of how you feel.",
'The real difficulty is to overcome how you think about yourself.\n-Maya Angelou',
"When a difficult situation comes into our life, it's important to realize that every moment we get to choose the way we want to feel--the way we want to write the narrative of our story. Pick the one that contributes most to your aliveness and growth.",
'Education should train the child to use his brains, to make for himself a place in the world and maintain his rights even when it seems that society would shove him into the scrap-heap.\n-Hellen Keller',
'The chief handicap of the blind is not blindness, but the attitude of seeing people towards them.\n-Hellen Keller',
'Keep your face to the sunshine and you cannot see the shadows.\n-Hellen Keller',
'The true test of a character is to face hard conditions with the determination to make them better.\n-Hellen Keller',
'To keep on trying in spite of disappointment and failure is the only way to keep young and brave. Failures become victories if they make us wise-hearted.\n-Hellen Keller',
];

export const antiAddictionMessages = [
Expand Down
Loading