Переглянути джерело

[fixed] Stripping availability was using days of the month not week

Kevin_Smarts 1 рік тому
батько
коміт
b57b4220ad
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      locations/stripclub.qsrc

+ 1 - 1
locations/stripclub.qsrc

@@ -52,7 +52,7 @@ if $ARGS[0] = 'start':
 			end
 		else
 			if age >= 18 or fakepassport = 1:
-				if ((day = 3 or day = 4) and stripwork = 1) or ((day = 5 or day = 6) and stripwork1 = 1):
+				if ((week = 3 or week = 4) and stripwork = 1) or ((week = 5 or week = 6) and stripwork1 = 1):
 					'"Evening, <<$pcs_stagename>>. You working tonight?" he asks.'
 					'You give him a quick nod as you head for the employee entrance.'
 					act 'Use the employee''s entrance':frost = 0 & gt 'stwork', 'start'