Ver código fonte

[fixed] removed an unnecessary second option that would could loops during school lunch

hornguy6 3 anos atrás
pai
commit
77ac0ee9cf
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0 6
      locations/food.qsrc

+ 0 - 6
locations/food.qsrc

@@ -681,12 +681,6 @@ if $ARGS[0] = 'bag_lunch':
 	'You eat the lunch you packed from home. There was nothing fancy about it and<<$mtxt>>'
 	gs 'stat'
 	killvar '$_eat'
-
-	if food_loc = 1:
-		act 'Finish': gt 'food_menu'
-	else
-		act 'Finish':gt $loc, $loc_arg
-	end
 end
 
 if $ARGS[0] = 'h_food':