Przeglądaj źródła

Image selection fixes

KevinSmarts 8 lat temu
rodzic
commit
1e054c3296
2 zmienionych plików z 9 dodań i 9 usunięć
  1. 7 7
      locations/film
  2. 2 2
      locations/road

+ 7 - 7
locations/film

@@ -35,13 +35,13 @@ if $ARGS[0] = 'movie':
 		prand = rand(1, 2)
 
 		if prand = 1:
-			porand = rand(1, 10)
+			picrand = rand(1, 10)
 
-			'<center><img src="images/picBJ/bj<<porand>>.jpg"></center>'
+			'<center><img src="images/picBJ/bj<<picrand>>.jpg"></center>'
 			'You suck dick for an hour at the actor portraying the passion and lust. Really hard to concentrate when there are fixtures, Assistant, you continually shoved the camera to face.'
 		elseif prand = 2:
 			facial += 1
-			porand = rand(1, 10)
+			picrand = rand(1, 10)
 
 			'<center><img src="images/picBJ/fa<<picrand>>.jpg"></center>'
 			'You suck dick for an hour at the actor portraying the passion and lust. He ends up on your face, you lick the sperm. You every minute shoved the camera in person, running an assistant and illuminators.'
@@ -89,13 +89,13 @@ gs 'stat'
 
 		if prand = 1:
 			bj += 1
-			porand = rand(1, 10)
+			picrand = rand(1, 10)
 			'<center><img src="images/picBJ/bj<<picrand>>.jpg"></center>'
 			'You suck dick for an hour at the actor portraying the passion and lust. Really hard to concentrate when there are fixtures, Assistant, you continually shoved the camera to face.'
 		elseif prand = 2:
 			anus += 1
 			anal += 1
-			porand = rand(1, 10)
+			picrand = rand(1, 10)
 
 			'<center><img src="images/pics/anal<<picrand>>.jpg"></center>'
 			'An hour you fucked in the ass for the camera, you do not pleasant, but you portray passion and pleasure. Finally, the actor does not stand up and fills your ass with his sperm. You every minute shoved the camera in person, running an assistant and illuminators.'
@@ -104,9 +104,9 @@ gs 'stat'
 			vagina+= 1
 			facial += 1
 
-			porand = rand(0, 1)
+			picrand = rand(0, 1)
 
-			if porand = 0:
+			if picrand = 0:
 				picrand = rand(1, 5)
 				'<center><img src="images/pics/vagcow<<picrand>>.jpg"></center>'
 			else

+ 2 - 2
locations/road

@@ -465,8 +465,8 @@ if nroad>0 and nroad<20:
 		minut+=15
 		gs'stat'
 		gorand=rand(1,100)
+		picrand = RAND(1,3)
         if gorand<=60:
-			picrand = RAND(1,3)
 			'<center><B>Highway M-7</B></center>'
 			'<center><img src="images/pic/city/road/autostop (<<picrand>>).jpg" ></center>'
 			'You vote but the cars rush by simply not paying any attention to you.'
@@ -492,8 +492,8 @@ if nroad>0 and nroad<20:
 		minut+=15
 		gs'stat'
 		gorand=rand(1,100)
+		picrand = RAND(1,3)
         if gorand<=60:
-			picrand = RAND(1,3)
 			'<center><B>Highway M-7</B></center>'
 			'<center><img src="images/pic/city/road/autostop (<<picrand>>).jpg" ></center>'
 			'You vote but the cars rush by simply not paying any attention to you.'