Selaa lähdekoodia

[fixes] fixed not being able to talk to your mother in the morning

julzor 5 vuotta sitten
vanhempi
säilyke
af53a4417e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      locations/mother.qsrc

+ 2 - 2
locations/mother.qsrc

@@ -252,8 +252,8 @@ if $ARGS[0] = '':
 			end
 		end
 
-		if mother_go = 0 or (week < 6 and hour >= 16 and hour < 21) or (week >= 6 and hour >= 7 and hour < 21):
-			if (week < 6 and hour >= 17 and hour < 21) or (week >= 6 and hour >= 7 and hour < 21 and hour ! 16):
+		if mother_go = 0 or ((week < 6 and (hour >= 17 and hour < 21) or (hour >= 7 and hour < 8)) or (week >= 6 and hour >= 7 and hour < 21)):
+			if (week < 6 and (hour >= 17 and hour < 21) or (hour >= 7 and hour < 8)) or (week >= 6 and hour >= 7 and hour < 21 and hour ! 16):
 				! schedule copied from #family - should be identical.
 				act 'Chat':
 					*clr & cla