1
0
Quellcode durchsuchen

Merge branch 'Fixes' of lagooncompany/glife into master

[text edit] typo
Kevin_Smarts vor 1 Jahr
Ursprung
Commit
d6b3d4bdc6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      locations/stat_display.qsrc

+ 2 - 2
locations/stat_display.qsrc

@@ -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.'