Преглед изворни кода

[fixed] forgot to update the other instances of tampon and pads.

3xpurt пре 5 година
родитељ
комит
693c37b5da
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      locations/din_van.qsrc

+ 4 - 4
locations/din_van.qsrc

@@ -396,12 +396,12 @@ $brit = {
 
 $tampon = {
 	if sanpad > 0 and (mesec > 0 or (placebopart > 2 and pillcon < 40000)) and isprokp = 0 and isprok = 0 and $pantyworntype ! 'none' and knowpreg = 0:
-		act 'Use a sanitary pad (0:05)':
+		act 'Use a sanitary pad (0:02)':
 			menu_off = 1
 			*clr & cla
 			sanpad -= 1
 			isprokp = 1
-			minut += 5
+			minut += 2
 			pcs_mood -= 5
 			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash3.jpg"></center>'
 			*nl
@@ -410,12 +410,12 @@ $tampon = {
 		end
 	end
 	if tampon > 0 and (mesec > 0 or (placebopart > 2 and pillcon < 40000)) and isprok = 0 and isprokp = 0 and knowpreg = 0:
-		act 'Use a tampon (0:05)':
+		act 'Use a tampon (0:02)':
 			menu_off = 1
 			*clr & cla
 			tampon -= 1
 			isprok = 1
-			minut += 5
+			minut += 2
 			pcs_mood -= 5
 			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash3.jpg"></center>'
 			*nl