浏览代码

[fixed] Changed constant so Sveta will sleep a bit more from rachels

Kevin_Smarts 2 年之前
父节点
当前提交
aa3337997a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/bed2.qsrc

+ 1 - 1
locations/bed2.qsrc

@@ -305,7 +305,7 @@ if $ARGS[0] = 'dream':
 !! to avoid sleeping the whole day I decide to calcululate the duration of the sleep in advance
 !! the quality of the sleep depends on many factors, so the time of sleep can be modify later, especially the part when the time of sleep is shortened
 
-	varsleep['time_to_full'] = (100 - pcs_sleep) * 4
+	varsleep['time_to_full'] = (100 - pcs_sleep) * 6
 !! fully exhausted Sveta can recover in 420 minutes = 7 hours of sleep
 !! healthy Sveta can hardly sleep more then 10 hours = 600 minutes
 !! so we can add about 3 hours to time to full as a limit