Browse Source

[fixed] untested fix for restaurant date not returning from food call.

3xpurt 6 years ago
parent
commit
514607d901
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/restoranM

+ 3 - 3
locations/restoranM

@@ -35,7 +35,7 @@ end
 
 if $ARGS[0] = 'a':
 	minut += 30
-	alko += 1
+	alko += 2
 	if pcs_hydra >= 100:
 		pcs_hydra -= 5
 	else
@@ -50,8 +50,8 @@ if $ARGS[0] = 'a':
 end
 
 if $ARGS[0] = 'b':
-	$metka = $ARGS[0]
-	$loc = $CURLOC
+	$metka = 'b'
+	$loc = 'restoranM'
 
 
 	gs 'food', 'm_meal'