瀏覽代碼

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

hornguy6 3 年之前
父節點
當前提交
77ac0ee9cf
共有 1 個文件被更改,包括 0 次插入6 次删除
  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':