Browse Source

[fixed] city clinic milk donation text

Sicaa 4 years ago
parent
commit
be94c82414
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/poli.qsrc

+ 7 - 7
locations/poli.qsrc

@@ -1645,27 +1645,27 @@ if $ARGS[0] = 'milk_donation':
 				lact_ev['poli_totalmilkdonation_count'] += 1
 				lact_ev['poli_totalmilkdonated'] += (lact_ev['poli_temp_var']*50)
 				if lact_ev['poli_temp_var'] >= 12:
-					'She looks astonished at the at the marvelous amounts of milk you made as she stores away the <<lact_ev[''poli_temp_var'']>> bottles that contain <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk.'
+					'She looks astonished at the at the marvelous amounts of milk you made as she stores away the <<lact_ev[''poli_temp_var'']>> bottles that contain 50ml of your breast milk.'
 					'Nurse: Ms. <<$pcs_lastname>>, this is so much milk, I can''t believe how much you just made!'
 					'She laughts heartily and you blush a bit.'
 				elseif lact_ev['poli_temp_var'] >= 10:
-					'She looks amazed at the at the copious amounts of milk you made as she stores away the <<lact_ev[''poli_temp_var'']>> bottles that contain <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk.'
+					'She looks amazed at the at the copious amounts of milk you made as she stores away the <<lact_ev[''poli_temp_var'']>> bottles that contain 50ml of your breast milk.'
 					'Nurse: Oh my, where do you store all this milk in your breast...?'
 				elseif lact_ev['poli_temp_var'] >= 8:
-					'She looks surprised at the at the large amount of milk you made as she stores away the <<lact_ev[''poli_temp_var'']>> bottles that contain <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk.'
+					'She looks surprised at the at the large amount of milk you made as she stores away the <<lact_ev[''poli_temp_var'']>> bottles that contain 50ml of your breast milk.'
 					'Nurse: Ms. <<$pcs_lastname>>, this is really much milk...'
 				elseif lact_ev['poli_temp_var'] >= 6:
-					'She looks pleasantly satisfied at you as she puts away the <<lact_ev[''poli_temp_var'']>> bottles containing <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk.'
+					'She looks pleasantly satisfied at you as she puts away the <<lact_ev[''poli_temp_var'']>> bottles containing 50ml of your breast milk.'
 					'Nurse: Oh, this is pretty much milk.'
 				elseif lact_ev['poli_temp_var'] >= 4:
-					'She looks satisfied at you as she puts away the <<lact_ev[''poli_temp_var'']>> bottles containing <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk.'
+					'She looks satisfied at you as she puts away the <<lact_ev[''poli_temp_var'']>> bottles containing 50ml of your breast milk.'
 					'Nurse: This is a good amount of milk.'
 				elseif lact_ev['poli_temp_var'] >= 2:
-					'She looks satisfied at you as she puts away <<lact_ev[''poli_temp_var'']>> bottles with <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk inside.'
+					'She looks satisfied at you as she puts away <<lact_ev[''poli_temp_var'']>> bottles with 50ml of your breast milk inside.'
 				elseif lact_ev['poli_temp_var'] = 1:
 					'She looks satisfied at you as she puts away one bottle with 50ml of your breast milk.'
 				else
-					'She looks satisfied at you as she puts away <<lact_ev[''poli_temp_var'']>> bottles with <<lact_ev[''poli_temp_var'']*50>>ml of your breast milk inside.'
+					'She looks satisfied at you as she puts away <<lact_ev[''poli_temp_var'']>> bottles with 50ml of your breast milk inside.'
 				end
 			elseif lact_ev['poli_milkedvolume'] < 50000 and lact_ev['poli_milkedvolume'] > 0:
 				'She looks at you a bit disappointed.'