Browse Source

[Update] Updated the baby event in the park. Sveta now calls an ambulance instead of leaving the baby alone.

sandra_schulz 4 years ago
parent
commit
8765d113e2
1 changed files with 10 additions and 7 deletions
  1. 10 7
      locations/parkivent.qsrc

+ 10 - 7
locations/parkivent.qsrc

@@ -1070,9 +1070,10 @@ if $ARGS[0] = 'find_baby':
 								milkedvolume = 0
 								minut += temp_var
 								if pcs_mood < 20:
-									act 'Leave him here':
+									act 'Call an ambulance and leave.':
 										*clr & cla
-										'You look around, someone probably left him here for good. You put him back into the crib and leave the baby behind, finishing your walk.'
+										minut += 10
+										'You call an ambulance. It takes them 10 minutes to get here. They take the baby with them and thank you for the report.'
 										act 'Finish your walk': gt $loc, $metka
 									end
 								end
@@ -1091,9 +1092,10 @@ if $ARGS[0] = 'find_baby':
 							end
 						end
 						if pcs_mood < 20:
-							act 'Leave him here':
+							act 'Call an ambulance and leave.':
 								*clr & cla
-								'You look around, someone probably left him here for good. You put him back into the crib and leave the baby behind, finishing your walk.'
+								minut += 10
+								'You call an ambulance. It takes them 10 minutes to get here. They take the baby with them and thank you for the report.'
 								act 'Finish your walk': gt $loc, $metka
 							end
 						end
@@ -1121,10 +1123,11 @@ if $ARGS[0] = 'find_baby':
 				minut += 30
 				act 'Finish': gt 'poli', 'start'
 			end
-			if pcs_mood < 20:
-				act 'Leave him here':
+			if pcs_mood < 20:				
+				act 'Call an ambulance and leave.':
 					*clr & cla
-					'You look around, someone probably left him here for good. You leave the baby behind and finish your walk.'
+					minut += 10
+					'You call an ambulance. It takes them 10 minutes to get here. They take the baby with them and thank you for the report.'
 					act 'Finish your walk': gt $loc, $metka
 				end
 			end