Browse Source

[fixed] Luda's work week was all wrong

KevinSmarts 4 years ago
parent
commit
177f81275c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/gaptek.qsrc

+ 1 - 1
locations/gaptek.qsrc

@@ -19,7 +19,7 @@ if $ARGS[0] = 'start' or $message ! '':
 	if gabotsmlday ! daystart: gap_botsml_count = 0
 	if gabotmedday ! daystart: gap_botmed_count = 0
 
-	if (hour >= 13 and hour <= 17 and week < 6) or (hour >= 8 and hour < 12 and week >= 6):
+	if (hour >= 9 and hour < 13) or (hour >= 14 and hour <= 18) and week < 6:
 		gaptek_aunt_hours = 1
 	else
 		gaptek_aunt_hours = 0