瀏覽代碼

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

julzor 5 年之前
父節點
當前提交
9e3cbaa94a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'