Browse Source

[fixed] moved tour guide job off season termination from `pav_park` to `cikl` since player never visiting park is a possibility

LinaHirata 7 tháng trước cách đây
mục cha
commit
c104897303
2 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 0
      locations/cikl.qsrc
  2. 0 4
      locations/pav_park.qsrc

+ 6 - 0
locations/cikl.qsrc

@@ -118,6 +118,12 @@ if casting = 1:
 	acting_string2 = rand(10000000,199999999)
 end
 
+!! terminate tour gide job when its off season
+if emp_job_status[1] = 1 and month < 6 and month > 8:
+	if work = 1: work = 0
+	emp_job_status[1]  = 4
+end
+
 dynamic $hypnoDaychange
 
 !!phone reset for bf

+ 0 - 4
locations/pav_park.qsrc

@@ -241,10 +241,6 @@ if $ARGS[0] = 'start':
 				act 'Work as Tour Guide (8:00)':gt 'tour_guide', 'tourstart'
 			end
 		end
-	elseif emp_job_status[1] = 1:
-		!! out of season
-		work = 0
-		emp_job_status[1]  = 4
 	end
 
 	if mey_vika['mey_vika_qw'] > 0 and mey_vika['mey_vika_qw'] < 27 and mey_vika['qw_day'] ! daystart: