|
@@ -240,8 +240,8 @@ elseif pcs_condition['lack_of_sleep'] >= 10:
|
|
|
$stat_lack_of_sleep_msg = 'You are not getting enough sleep. This has a large negative effect on your ability to learn new things. You need to sleep more maybe have a full nights rest.'
|
|
|
$stat_lack_of_sleep_tooltip = 'You are not getting enough sleep.'
|
|
|
elseif pcs_condition['lack_of_sleep'] >= 5:
|
|
|
- $stat_lack_of_sleep_msg = 'You are not getting to little sleep. This is modestly inhibiting your ability to learn new things. You need to sleep more.'
|
|
|
- $stat_lack_of_sleep_tooltip = 'You are not getting to little sleep.'
|
|
|
+ $stat_lack_of_sleep_msg = 'You are not getting enough sleep. This is modestly inhibiting your ability to learn new things. You need to sleep more.'
|
|
|
+ $stat_lack_of_sleep_tooltip = 'You are not getting enough sleep.'
|
|
|
elseif pcs_condition['lack_of_sleep'] >= 2:
|
|
|
$stat_lack_of_sleep_msg = 'You are not sleeping as much as you should. This has a small effect on your ability to learn new things. You sleep more, or else you risk this getting worse.'
|
|
|
$stat_lack_of_sleep_tooltip = 'You are not sleeping as much as you should.'
|