Browse Source

[changed] image calls for tampon and pad use to actually use images of tampons and pads

hornguy6 3 years ago
parent
commit
083a864611
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/din_van.qsrc

+ 2 - 2
locations/din_van.qsrc

@@ -506,7 +506,7 @@ $tampon = {
 			isprokp = 1
 			minut += 2
 			pcs_mood -= 5
-			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash3.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/body/pee/period/pad/<<rand(2,3)>>.jpg"></center>'
 			*nl
 			'You use a sanitary pad.'
 			act 'Finish':menu_off = 0 & gt $loc, $loc_arg
@@ -520,7 +520,7 @@ $tampon = {
 			isprok = 1
 			minut += 2
 			pcs_mood -= 5
-			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash3.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/body/pee/period/tampon/6.jpg"></center>'
 			*nl
 			'You use a tampon.'
 			act 'Finish':menu_off = 0 & gt $loc, $loc_arg