Răsfoiți Sursa

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

Kevin_Smarts 2 ani în urmă
părinte
comite
aa3337997a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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