Преглед на файлове

Restrictions on job application now clearer and less time wasting.

KevinSmarts преди 6 години
родител
ревизия
741b27a4ac
променени са 2 файла, в които са добавени 8 реда и са изтрити 7 реда
  1. 1 1
      locations/andrey
  2. 7 6
      locations/young_shop

+ 1 - 1
locations/andrey

@@ -18,7 +18,7 @@ if young_shop_work = 0:
 
 		act 'Don''t take the job':gt 'young_shop'
 
-		if ((work = 0 and young_shop_work = 0 and cheatWork = 0) or (young_shop_work = 0 and cheatWork = 1)) and hour < 15:
+		if ((work = 0 and young_shop_work = 0 and cheatWork = 0) or (young_shop_work = 0 and cheatWork = 1)):
 			'If the conditions suit me, I can fill in the blanks and sign the documents.'
 
 			act 'Take the job':

+ 7 - 6
locations/young_shop

@@ -37,12 +37,13 @@ end
 'A Small shop clothing for young people. Mostly pretty bold outfits for emancipated young people with attractive bodies.'
 'Manager works weekdays from 09:00 to 18:00.'
 
-!!if young_shop_work = 0:
-! WD: Set managment hours
-if hour >= 9 and hour < 18 and young_shop_work = 0 and week < 6:
-	act '<font color="navy">Talk to the manager</font>':
-		minut += 1
-		gt 'andrey'
+if young_shop_work = 0:
+	'There is a sign in the window offering work: "Applicants to speak to store manager weekdays before 14:30."'
+	if hour >= 9 and (hour < 15 or (hour = 14 and minut <= 30)) and week < 6:
+		act '<font color="navy">Talk to the manager</font>':
+			minut += 1
+			gt 'andrey'
+		end
 	end
 end