Ver Fonte

[fixed] Blank screens and missing seating choice at uni cafe.

bgkjdgbizgblzdgbr há 9 meses atrás
pai
commit
842190bc65
2 ficheiros alterados com 8 adições e 8 exclusões
  1. 7 7
      locations/food_menu.qsrc
  2. 1 1
      locations/uni_cafe.qsrc

+ 7 - 7
locations/food_menu.qsrc

@@ -441,19 +441,19 @@ elseif $loc = 'uni_cafe':
 	*nl
 	'<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
 	$_eat['0,name'] = 'Vegetarian Piroshki'
-	$_eat['0,type'] = 'only_cost_pirosh'
+	$_eat['0,type'] = 'pirosh'
 	$_eat['0,price'] = 100
 	$_eat['1,name'] = 'Herring Blini'
-	$_eat['1,type'] = 'only_cost_bliny'
+	$_eat['1,type'] = 'bliny'
 	$_eat['1,price'] = 190
 	$_eat['2,name'] = 'Golubtsy'
-	$_eat['2,type'] = 'only_cost_golub'
+	$_eat['2,type'] = 'golub'
 	$_eat['2,price'] = 210
 	$_eat['3,name'] = 'Pozharsky Cutlets'
-	$_eat['3,type'] = 'only_cost_pozhar'
+	$_eat['3,type'] = 'pozhar'
 	$_eat['3,price'] = 290
 	$_eat['4,name'] = 'Rueben Sandwich'
-	$_eat['4,type'] = 'only_cost_reuben'
+	$_eat['4,type'] = 'reuben'
 	$_eat['4,price'] = 340
 
 	$_drink['0,name'] = 'Water'
@@ -466,10 +466,10 @@ elseif $loc = 'uni_cafe':
 	$_drink['2,type'] = 'only_cost_jui'
 	$_drink['2,price'] = 80
 	$_drink['3,name'] = 'Spiced Tea'
-	$_drink['0,type'] = 'only_cost_tea'
+	$_drink['3,type'] = 'only_cost_tea'
 	$_drink['3,price'] = 120
 	$_drink['4,name'] = 'Black Coffee'
-	$_drink['2,type'] = 'only_cost_bco'
+	$_drink['4,type'] = 'only_cost_bco'
 	$_drink['4,price'] = 130
 	$_drink['5,name'] = 'Milkshake'
 	$_drink['5,type'] = 'only_cost_mil'

+ 1 - 1
locations/uni_cafe.qsrc

@@ -71,7 +71,7 @@ if $ARGS[0] = 'sitting_choice':
 		uni_lunch_bought = 0
 		'<center><b><font color="maroon">University Cafe</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/city/island/university/uni_cafe.jpg"></center>'
-		'You sit down and eat your lunch alone and <<$mtxt>>'
+		'You sit down and eat your lunch alone and<<$mtxt>>'
 		gs 'stat'
 		
 		act 'Leave': gt 'uni_grounds', 'main'