Kaynağa Gözat

[fixed] Wording error. Sveta is now only massaging her breasts when not lactating. Before it would say she is expressing even if she is not lactating.

sandra_schulz 5 yıl önce
ebeveyn
işleme
19392034a2
1 değiştirilmiş dosya ile 30 ekleme ve 6 silme
  1. 30 6
      locations/lact_lib.qsrc

+ 30 - 6
locations/lact_lib.qsrc

@@ -872,7 +872,11 @@ if $ARGS[0] = 'bp_milking':
 				end
 			end
 		end
-		act 'Massage your breasts': gt 'lact_lib','man_milking'
+		if lactate > 0 and pcs_knowsaboutlactation > 0:
+			act 'Manually milk your breasts': gt 'lact_lib','man_milking'
+		else
+			act 'Massage your breasts': gt 'lact_lib','man_milking'
+		end
 		act 'Don''t pump':menu_off = 0 & gt $loc, $metka
 	end
 end
@@ -888,7 +892,11 @@ if $ARGS[0] = 'massage':
 		temp_var = (50/breastcounter)
 	end
 	if (($location_type ! 'bathroom' and pcs_inhib >= 30) or $location_type = 'bathroom' and breastpump = 0) and pcs_horny >= temp_var:
-		act 'Massage your breasts': gt 'lact_lib','man_milking'
+		if lactate > 0 and pcs_knowsaboutlactation > 0:
+			act 'Milk your breasts': gt 'lact_lib','man_milking'
+		else
+			act 'Massage your breasts': gt 'lact_lib','man_milking'
+		end
 	end
 end
 
@@ -897,7 +905,11 @@ if $ARGS[0] = 'man_milking':
 	*clr
 	cla
 	gs 'lact_lib', 'reg_bottle_count'
-	'How long do you want to massage your breasts?'
+	if lactate > 0 and pcs_knowsaboutlactation > 0:
+		'How long do you want to milk your breasts?'
+	else
+		'How long do you want to massage your breasts?'
+	end
 	if lactatemv > 0:
 		pumptime = (func('lact_lib','$get_breastmilk_time', 5, (lactatemv/10)))
 		if pumptime > 60:
@@ -945,16 +957,28 @@ if $ARGS[0] = 'man_milking':
 		gt 'lact_lib', 'hand_milking'
 	end
 	act 'Custom':
-		pumptime = input ("How long do you plan to massage your breasts? (Not more than 60 minutes)")
+		if lactate > 0 and pcs_knowsaboutlactation > 0:
+			pumptime = input ("How long do you plan to milk your breasts? (Not more than 60 minutes)")
+		else
+			pumptime = input ("How long do you plan to massage your breasts? (Not more than 60 minutes)")
+		end
 		if pumptime <= 0 or pumptime > 60:
 			minut += 2
-			act 'Don''t express':gt $loc, $metka
+			if lactate > 0 and pcs_knowsaboutlactation > 0:
+				act 'Don''t express':gt $loc, $metka
+			else
+				act 'Don''t massage':gt $loc, $metka
+			end
 			act 'back':gt 'lact_lib', 'man_milking'
 		elseif pumptime > 0 and pumptime <= 60:
 			gt 'lact_lib', 'hand_milking'
 		end
 	end
-	act 'Don''t express':menu_off = 0 & gt $loc, $metka
+	if lactate > 0 and pcs_knowsaboutlactation > 0:
+		act 'Don''t express':menu_off = 0 & gt $loc, $metka
+	else
+		act 'Don''t massage':menu_off = 0 & gt $loc, $metka
+	end
 end
 
 if $ARGS[0] = 'bp_unbox_event':