1
0
Преглед на файлове

add schedule variables for starlets and cheerleaders

rachels преди 3 години
родител
ревизия
e8005f678d
променени са 1 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 5 4
      locations/cikl.qsrc

+ 5 - 4
locations/cikl.qsrc

@@ -1872,11 +1872,15 @@ if rand(0,1) = 0:
 else
 	momclean2 = 25
 end
+!!------------------------------------------------------------------------------------------------------------
 
-
+!!---------- School related schedule -------------------------------------------------------------------------
+starlets_on     = iif( ( (week = 5 and odd_week = 0) or (week = 1 or week = 3 or week >= 6) ) and natholi = 0,1,0)
+cheerleaders_on = iif( ( (week = 5 and odd_week = 1) or (week = 2 or week = 4) ) and (natholi = 0 and (month >9 or month <6)) ,1,0)
 
 !!------------------------------------------------------------------------------------------------------------
 
+
 !!-------------Music career related variables and calculations------------------------------------------------
 
 !! How many hours a day can Sveta perform. It maxes out at 3.
@@ -1949,8 +1953,5 @@ end
 !! Repertoire quality decay if no practice is done
 if ml_performance['set_lastpracticeday'] ! (daystart-1): repertoire_quality -= 2
 
-
-
-
 --- cikl ---------------------------------