1
0
Răsfoiți Sursa

[fixed] eating for free at the restaurant if thrown out of the apartment

julzor 4 ani în urmă
părinte
comite
51caa03ccf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      locations/food_menu.qsrc

+ 1 - 1
locations/food_menu.qsrc

@@ -71,7 +71,7 @@ elseif $loc = 'gkafe':
 	*nl
 	'<center><img <<$set_imgh>> src="images/shared/menus/borislav.jpg"</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):
+	if storyline = 1 and home_owned[2] = 1:
 		$_eat['0,name'] = 'Vegetarian Piroshki'
 		$_eat['0,type'] = 'pirosh'
 		$_eat['0,price'] = 'Free'