Parcourir la source

[fixes] missing *clr, wrong image path and renamed the second booking1 to booking2 in police_station

julzor il y a 5 ans
Parent
commit
154be9061e
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      locations/police_station.qsrc

+ 4 - 4
locations/police_station.qsrc

@@ -592,7 +592,7 @@ if $ARGS[0] = 'booking1':
 		'After a while you''re done with the form and he tells you to follow him to a small room where he will take your fingerprints and also take the mugshot...'
 
 		act 'Follow him inside the room':
-			cla
+			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/booking1.jpg"></center>'
 			'As you step inside the room he closes the door which has been open the whole time, "Why did you close the door?" you ask.'
@@ -620,8 +620,9 @@ if $ARGS[0] = 'booking1':
 
 				act 'Bend over':
 					*clr & cla
+					picrand = rand(1, 3)
 					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/booking3.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/bookingcav<<picrand>>.jpg"></center>'
 					'You comply and bend over the desk, "Is this really necessary?" you ask once again.'
 					'As he''s putting on gloves he sighs, "Haven''t I already explained that we need to do this check? It''s procedure."'
 					'All of a sudden you can feel the latex gloves touching between your legs. He''s careful at first, just rubbing the lips but after a moment he parts them and gently brushes your clit. The sensation is so unexpected that you can''t keep quiet anymore and let out a little moan.'
@@ -728,7 +729,7 @@ if $ARGS[0] = 'booking1':
 	end
 end
 
-if $ARGS[0] = 'booking1':
+if $ARGS[0] = 'booking2':
 	*clr & cla
 	minut += 60
 	gs 'stat'
@@ -1044,7 +1045,6 @@ if $ARGS[0] = 'holdingcell':
 	end
 end
 
-
 if $ARGS[0] = 'interrogation':
 	detecrand = rand (1,100)