1
0
فهرست منبع

Merge remote-tracking branch 'Alaratt/master'

KevinSmarts 3 سال پیش
والد
کامیت
06d0b65810
2فایلهای تغییر یافته به همراه3 افزوده شده و 8 حذف شده
  1. 3 0
      locations/city_industrial.qsrc
  2. 0 8
      locations/city_industrial_train.qsrc

+ 3 - 0
locations/city_industrial.qsrc

@@ -167,6 +167,9 @@ if $ARGS[0] = 'redlight':
 		'A shop that sells sex toys. It is currently closed and will open at 11:00.'
 	end
 	if bordel > 0 and func('bordel', 'is_open'):'Inside the courtyard is the entrance to the <a href="exec:gt ''bordel''">brothel</a>.'
+	if hour < 2 or hour >= 10: 
+		'You see a <a href="exec:gt ''etoexhib'',''pos54''">suspicious character</a>.'
+	end
 
 	act 'Return to the Industrial Region (0:05)': minut += 5 & gt 'city_industrial'
 

+ 0 - 8
locations/city_industrial_train.qsrc

@@ -54,14 +54,6 @@ if $ARGS[0] = 'outside':
 		'In the parking lot is <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
 	end
 
-	if rand(1,100) > 70:
-		'You see a <a href="exec:gt ''etoexhib'',''pos54''">suspicious character</a>.'
-		!fakes use 2 for aware of need for, 1 for have, otherwise 0
-		if fakepassport = 2 or func('uniutil', 'fake_diploma', 'aware_needed'):
-			'When you pass by the suspicious character, he whispers to you: "I have what you want, miss"'
-		end
-	end
-
 	act 'Go to the city industrial region': minut += 15 & gt'city_industrial'
 	act 'Enter the station building': minut += 2 & gt'city_industrial_train', 'inside'
 end