1
0
Эх сурвалжийг харах

Merge remote-tracking branch 'julzor/master'

KevinSmarts 4 жил өмнө
parent
commit
4e7c615ac4
1 өөрчлөгдсөн 29 нэмэгдсэн , 4 устгасан
  1. 29 4
      locations/kuhrPar.qsrc

+ 29 - 4
locations/kuhrPar.qsrc

@@ -36,11 +36,36 @@ else
 end
 gs 'family'
 
-act 'Eat a full meal (0:30)':gs 'food', 'm_meal'
+if week < 6 and hour = 7 and breakfast_day ! daystart: 
+	act 'Eat breakfast with your family (0:20)': 
+		*clr & cla
+		frost = 0
+		minut += 20
+		pcs_health += 10
+		pcs_mood += 10
+		fat += 6
+		pcs_energy += 60
+		if pcs_hydra >= 100:
+			pcs_hydra += 30
+		else
+			pcs_hydra += 60
+		end
+		cumspclnt = 2
+		gs 'cum_cleanup'
+		pcs_breath = 0
+		npc_rel['A29'] += 1
+		breakfast_day = daystart
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/shared/food/breakfast_'+rand(0,1)+'.jpg"></center>'
+		'You thoroughly enjoy your breakfast with your family.'
 
-act 'Eat a light meal (0:25)':gs 'food', 's_meal'
-
-act 'Have a snack (0:15)':gs 'food', 'snack'
+		act 'Get up from the table': gt $loc, $metka
+	end
+else
+	act 'Eat a full meal (0:30)':gs 'food', 'm_meal'
+	act 'Eat a light meal (0:25)':gs 'food', 's_meal'
+	act 'Have a snack (0:15)':gs 'food', 'snack'
+end
 
 dynamic $sandwich
 dynamic $driwater