Jelajahi Sumber

Fixed bug: no way to arrange guitar lesson if missed once.

Netuttki 3 tahun lalu
induk
melakukan
4c79a5eb1f
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      locations/cikl.qsrc

+ 5 - 0
locations/cikl.qsrc

@@ -1876,6 +1876,11 @@ ml_performance['max_perform_minutes'] = pcs_instrmusic + pcs_vokal
 ml_performance['performed_minutes'] = 0
 
 
+!! Checking for missed guitar lesson
+if ml_guitarlesson['nextlesson'] < daystart and ml_guitarlesson['lessonday'] ! 8:
+	ml_guitarlesson['lessonday'] = 8
+end
+
 !! Calculating the fame increase from the uploaded songs and removing ones that do not effect fame anymore to keep the 
 !! data at a sane level
 if ml_onlinesongcount > 0: