Browse Source

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

hornguy6 3 years ago
parent
commit
77ac0ee9cf
1 changed files with 0 additions and 6 deletions
  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':