Browse Source

[fixed] eating for free at gkafe in a non-school start

julzor 5 years ago
parent
commit
9e3cbaa94a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/food_menu.qsrc

+ 1 - 1
locations/food_menu.qsrc

@@ -59,7 +59,7 @@ 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>'
-	if home_owned[2] = 1 or SchoolBlock = 0:
+	if storyline = 1 and (home_owned[2] = 1 or SchoolBlock = 0):
 		$_eat['0,name'] = 'Vegetarian Piroshki'
 		$_eat['0,type'] = 'pirosh'
 		$_eat['0,price'] = 'Free'