Browse Source

[added] akossi's new menus to various cafes.

3xpurt 5 years ago
parent
commit
a8bd7f8a39
1 changed files with 8 additions and 4 deletions
  1. 8 4
      locations/food_menu.qsrc

+ 8 - 4
locations/food_menu.qsrc

@@ -58,7 +58,8 @@ end
 if $loc = 'gkafe':
 	'<center><b><font color="maroon">Borislav''s cafe</font></b></center>'
 	*nl
-	'<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
+	'<center><img <<$set_imgh>> src="images/shared/menus/borislav.png"</center><br>'
+	!'<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
 	if storyline = 1 and (home_owned[2] = 1 or SchoolBlock = 0):
 		$_eat['0,name'] = 'Vegetarian Piroshki'
 		$_eat['0,type'] = 'pirosh'
@@ -169,7 +170,8 @@ end
 if $loc = 'cafe_parco':
 	'<center><h4><font color="maroon">Cafe "Del Parco"</font></h4></center>'
 	*nl
-	'<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
+	'<center><img <<$set_imgh>> src="images/shared/menus/del_parco.png"</center><br>'
+	!'<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
 	$_eat['0,name'] = 'Vegetarian Piroshki'
 	$_eat['0,type'] = 'pirosh'
 	$_eat['0,price'] = 100
@@ -208,7 +210,8 @@ end
 if $loc = 'kafe':
 	'<center><b><font color="maroon">The Roadhouse</font></b></center>'
 	*nl
-	'<center><img <<$set_imgh>> src="images/shared/drinks/dinerdrinks.jpg"</center><br>'
+	'<center><img <<$set_imgh>> src="images/shared/menus/roadhouse.png"</center><br>'
+	!'<center><img <<$set_imgh>> src="images/shared/drinks/dinerdrinks.jpg"</center><br>'
 	$_eat['0,name'] = 'Onion Rings'
 	$_eat['0,type'] = 'onring'
 	$_eat['0,price'] = 80
@@ -394,7 +397,8 @@ end
 if $loc = 'restoran':
 	'<center><b><font color="maroon">Babel</font></b></center>'
 	*nl
-	'<center><img <<$set_imgh>> src="images/shared/drinks/fancydrinks.jpg"</center><br>'
+	'<center><img <<$set_imgh>> src="images/shared/menus/babel.png"</center><br>'
+	!'<center><img <<$set_imgh>> src="images/shared/drinks/fancydrinks.jpg"</center><br>'
 	$_eat['0,name'] = 'Vareniki with Potatoes'
 	$_eat['0,type'] = 'varenfan'
 	$_eat['0,price'] = 760