Forráskód Böngészése

[fixes] missing pictures in park

julzor 5 éve
szülő
commit
818ede253f
1 módosított fájl, 6 hozzáadás és 2 törlés
  1. 6 2
      locations/park.qsrc

+ 6 - 2
locations/park.qsrc

@@ -188,8 +188,12 @@ if $ARGS[0] = 'start':
 
 			if pcs_inhib >= 35  or exhibitionist_lvl > 0:
 				act 'Expose your breasts':
-					*clr
-					cla
+					*clr & cla
+					if rand(0,1) = 0:
+						'<center><img <<$set_imgh>> src="images/locations/shared/park/flash'+rand(3,4)+'.jpg"></center>'
+					else
+						'<center><video autoplay loop src="images/locations/shared/park/flash'+rand(1,2)+'.mp4"></video></center>'
+					end
 					'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver, and almost immediately your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
 					*nl
 					gs 'parkivent', 'run_reactions'