Browse Source

[Added] Modernized the kitchen in the cottage a bit.

Alaratt 3 years ago
parent
commit
5c80b49d3d
1 changed files with 8 additions and 6 deletions
  1. 8 6
      locations/dachain.qsrc

+ 8 - 6
locations/dachain.qsrc

@@ -216,7 +216,6 @@ if $args[0] = 'dachakit':
 	end
 
 	if edaD = 0 and eda = 0:'<b><font color="red">The refrigerator is empty, you have nothing to eat.</font></b>'
-	if edahot > 0: act 'A cooked meal is on the table (0:30).': dynamic $edahotd
 
 	if husband > 0 and husbandrink ! 10:
 		if hour = 7 or hour = 17:'<a href="exec:gt ''husb'', ''start''">Your husband is eating at the table.</a>'
@@ -228,17 +227,21 @@ if $args[0] = 'dachakit':
 		else
 			'You have enough tea biscuits for <b><<pranik>></b> more snacks.'
 		end
-		dynamic $pranik
 	end
 
+	act 'Go into the main room': gt 'dachain', ''
+	if edahot > 0: act 'A cooked meal is on the table (0:30).': dynamic $edahotd
+	act 'Have a snack (0:15)':gs 'food', 'snack'
+	dynamic $sandwich
+	dynamic $driwater
+	dynamic $dritea
+	dynamic $fill_bottle
 	dynamic $edaD
+	dynamic $pranik
 	dynamic $fatdel
-	dynamic $driwater
 	dynamic $lekarstvo
 	dynamic $vitamin
 
-	act 'Go into the main room': gt 'dachain', ''
-	act 'Go to the Bathroom':  gt 'dachain', 'dachavann'
 end
 
 if $args[0] = 'dachavann':
@@ -257,7 +260,6 @@ if $args[0] = 'dachavann':
 		'<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachavan1.jpg"></center>'
 	end
 	gs 'din_van', 'private'
-	act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
 	act 'Go into the main room': gt 'dachain', ''
 end