Browse Source

[Fixed] minor bug in Mom's schedule, still needs more work though.

Alaratt 2 years ago
parent
commit
2a2d25c86f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/family_schedule.qsrc

+ 2 - 2
locations/family_schedule.qsrc

@@ -210,7 +210,7 @@ if indorf = 0:
 			momloc['athome'] = 1
 		elseif hour < 19:
 			!! Cleaning dinner table/Doing dishes
-			momloc = 12
+			momloc = 13
 			momloc['athome'] = 1
 		elseif hour < 20:
 			if week = 1:
@@ -230,7 +230,7 @@ if indorf = 0:
 				momloc['athome'] = 0
 			else
 				!! Watches TV with Vladimir
-				momloc = 13
+				momloc = 19
 				momloc['athome'] = 1
 			end
 		else