瀏覽代碼

[added] Return option in G&M selection
[fixed] Family schedule had notes for stepfather that were not in comments

KevinSmarts 4 年之前
父節點
當前提交
67fdf54890
共有 2 個文件被更改,包括 15 次插入1 次删除
  1. 2 0
      locations/clothing_QV.qsrc
  2. 13 1
      locations/family_schedule.qsrc

+ 2 - 0
locations/clothing_QV.qsrc

@@ -54,6 +54,8 @@ if $ARGS[0] = 'list':
 		if ARRSIZE('office') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_office''">Office wear</a></center>'
 
 		if ARRSIZE('uniform') > 0:'<center><a href="exec:gt ''clothing_QV'', ''list'', ''gm_uniform''">Work uniforms</a></center>'
+
+		act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
 	end
 
 	if $ARGS[1] = 'gm_cheap':

+ 13 - 1
locations/family_schedule.qsrc

@@ -253,31 +253,43 @@ end
 
 if week <= 5:
 	if hour = 6 and minut < 10:
+		!! Sleep
 		sdadloc = 1
 	elseif hour = 6 and minut < 45:
+		!!Getting ready, sometimes has quicky
 		sdadloc = 1
 	elseif hour = 7 and minut < 15:
+		!!family breakfast
 		sdadloc = 4
 	elseif hour = 7 and minut < 30:
+		!!Reads paper in kitchen
 		sdadloc = 4
 	elseif hour = 8 and minut < 30:
+		!!Watching TV
         sdadloc = 13
 	elseif hour = 8 and minut < 45:
+		!! shave/get dressed
 		sdadloc = 5 
 	elseif hour = 17 and minut < 45:
+		!! Work (includes lunch time)
 		sdadloc = 0	
 	elseif hour < 18:
+		!! Sets the table for dinner
 		sdadloc = 4
 	elseif hour = 18 and minut < 30:
+		!! Family dinner
 		sdadloc = 4
 	elseif hour = 19 and minut < 45:
+		!! In garage or spending time with Misha
 		sdadloc = 8
-!!I assume that he meet misha in the garage
 	elseif hour = 21 and minut < 45:
+		!! Watch tv in living room
 		sdadloc = 13
     elseif hour < 22:
+		!! Take shower
 		sdadloc = 5	
 	else
+		!! Sleep - (small chance mom and step dad have sex before actually going to sleep)
 		sdadloc = 1
 	end
 else