瀏覽代碼

[fixed] Mom scedule numbered up correctly

KevinSmarts 4 年之前
父節點
當前提交
3658221d0d
共有 1 個文件被更改,包括 22 次插入22 次删除
  1. 22 22
      locations/family_schedule.qsrc

+ 22 - 22
locations/family_schedule.qsrc

@@ -110,10 +110,10 @@ if week <= 5:
 		momloc = 1
 	elseif hour = 5 and minut < 50:
 		!!shower
-		momloc = 5
+		momloc = 2
 	elseif hour < 6 or (hour = 6 and minut < 10):
 		!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
-		momloc = 1
+		momloc = 3
 	elseif hour = 6 or (hour = 7 and minut < 30):
 		momloc = 4
 		if hour = 6 and minut < 40:
@@ -135,34 +135,34 @@ if week <= 5:
 		momloc = momcleaning
 	elseif hour = 8 and minut < 30:
 		!! Walking to work
-		momloc = 0
+		momloc = 5
 	elseif hour < 16 and week < 5:
 		!!Working in the cafe. On Friday she stays until 18:00
-		momloc = 7
+		momloc = 6
 	elseif hour = 16 and minut < 40 and week < 5:
 		!!Buying groceries for dinner and other stuff needed for home at the supermarket
-		momloc = 6
+		momloc = 7
 	elseif hour < 17 and week < 5:
 		!!Walking home
-		momloc = 0
+		momloc = 8
 	elseif hour = 17 and minut < 50 and week = 5:
 		!!Working in the cafe. On Friday she stays until 17:50
-		momloc = 7	
+		momloc = 9
 	elseif hour < 18 and week = 5:
 		!!Walking home
-		momloc = 4
+		momloc = 10
 	elseif hour < 18:
 		!!Making dinner (On Friday she brings home leftovers from the cafe)
-		momloc = 4
+		momloc = 11
 	elseif hour < 19:
 		!! Cleaning dinner table/Doing dishes
-		momloc = 4
+		momloc = 12
 	elseif hour < 20:
 		!! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms) (once/twice a week goes over to Luda)
 		momloc = momcleaning2
 	elseif hour < 22:
 		!! Watches TV with Vladimir
-		momloc = 3
+		momloc = 13
 	else
 		!! Sleep (Small chance she and step dad have sex before sleep)
 		momloc = 1
@@ -173,10 +173,10 @@ else
 		momloc = 1
 	elseif hour = 5 and minut < 50:
 		!! Shower, if Sveta knocks she''ll ask to wake Kolka
-		momloc = 5
+		momloc = 2
 	elseif hour < 6 or (hour = 6 and minut < 10):
 		!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
-		momloc = 1
+		momloc = 3
 	elseif hour = 6 or (hour = 7 and minut < 30):
 		momloc = 4
 		if hour = 6 and minut < 40:
@@ -198,11 +198,11 @@ else
 		momloc = momcleaning
 	elseif hour = 11 and minut < 30:
 		!! Takes the car to town
-		momloc = 0
+		momloc = 14
 	elseif hour < 12 and minut < 30:
 		!! Gets her nails done/hair cut at the salon or such things - On Sunday goes to the church during these hours
 		if week = 5:
-			momloc = 13
+			momloc = 15
 		else
 			momloc = 16
 		end
@@ -210,29 +210,29 @@ else
 		momloc = 16
 	elseif hour < 14:
 		!! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
-		momloc = 0
+		momloc = 15
 	elseif hour < 17:
 		!!Helping out Sergey/Luda, going to Kolka's games?
 		momloc = rand(14,15)
 	elseif hour < 18:
 		!! Making dinner
-		momloc = 4
+		momloc = 11
 	elseif hour = 18 and minut < 30:
 		!!Family dinner (same as the family breakfast, Sveta doesn''t have to join it but we can have some family interactions like mom and step dad asking about how school was etc)
-		momloc = 4
+		momloc = 12
 	elseif hour < 19:
 		!! Cleaning dinner table/Doing dishes
-		momloc = 4
+		momloc = 13
 	elseif hour < 21:
 		!!Says she goes to see her sister, in reality sometimes see's her sister of fucks around with different people. - Sunday goes to evening mass
 		if week = 5:
-			momloc = 14
+			momloc = 17
 		else
-			momloc = 16
+			momloc = 18
 		end
 	elseif hour < 22:
 		!! Watches TV with Vladimir
-		momloc = 3
+		momloc = 13
 	else
 		!! Sleep (Small chance she and step dad have sex before sleep)
 		momloc = 1