Browse Source

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

Kevin_Smarts 2 năm trước cách đây
mục cha
commit
aa3337997a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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