소스 검색

Merge branch 'Fixes' of lagooncompany/glife into master

[text edit] typo
Kevin_Smarts 1 년 전
부모
커밋
d6b3d4bdc6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.'