1
0
Pārlūkot izejas kodu

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife; branch 'master' of https://git.catrenelle.com/julzor/glife

julzor 5 gadi atpakaļ
vecāks
revīzija
5120339a7c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      locations/andrey.qsrc

+ 1 - 1
locations/andrey.qsrc

@@ -11,7 +11,7 @@ if $ARGS[0] = '':
 
 	if (young_shop_work = 1 and week = 5 and hour = 20) or (young_shop_work1 = 1 and week = 7 and hour = 15) or (young_shop_work2 = 1 and week = 5 and hour = 15):
 		gs 'andrey', 'regular'
-	elseif hour >= 20 or (week > 4 and hour >= 16):
+	elseif hour >= 20 or (week > 5 and hour >= 16):
 		msg '<center>Andrew M. Sobulyagin says goodbye and leaves. His workday has ended.</center>'
 		gt 'young_shop', 'start'
 	end