Fluff items fix

This commit is contained in:
Kelshark
2018-02-15 18:27:44 -05:00
parent c048a8ea8b
commit ced5c0c30a
4 changed files with 6 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ var/global/deepFriedEverything = 0
var/global/deepFriedNutriment = 0
var/global/foodNesting = 0
var/global/recursiveFood = 0
var/global/ingredientLimit = 20
var/global/ingredientLimit = 20000
/obj/item/weapon/reagent_containers/food/snacks/customizable
@@ -11,7 +11,7 @@ var/global/ingredientLimit = 20
trash = /obj/item/trash/plate
bitesize = 2
var/ingMax = 100
var/ingMax = 20000
var/list/ingredients = list()
var/stackIngredients = 0
var/fullyCustom = 0