diff --git a/code/modules/food_and_drinks/food/foods/candy.dm b/code/modules/food_and_drinks/food/foods/candy.dm index aeab2b52128..730ba91f413 100644 --- a/code/modules/food_and_drinks/food/foods/candy.dm +++ b/code/modules/food_and_drinks/food/foods/candy.dm @@ -132,6 +132,7 @@ filling_color = "#7D5F46" bitesize = 3 junkiness = 25 + antable = FALSE list_reagents = list("nutriment" = 1, "chocolate" = 1) tastes = list("chocolate" = 1) diff --git a/code/modules/food_and_drinks/food/foods/ethnic.dm b/code/modules/food_and_drinks/food/foods/ethnic.dm index 6523b7521e3..4d7faf2c0a3 100644 --- a/code/modules/food_and_drinks/food/foods/ethnic.dm +++ b/code/modules/food_and_drinks/food/foods/ethnic.dm @@ -58,6 +58,7 @@ desc = "What is in this anyways?" icon_state = "chinese1" junkiness = 25 + antable = FALSE list_reagents = list("nutriment" = 1, "beans" = 3, "msg" = 4, "sugar" = 2) tastes = list("noodle" = 1, "vegetables" = 1) @@ -75,6 +76,7 @@ desc = "Tastes like chicken." icon_state = "chinese2" junkiness = 25 + antable = FALSE list_reagents = list("nutriment" = 1, "protein" = 1, "msg" = 4, "sugar" = 4) tastes = list("chicken" = 1) @@ -83,6 +85,7 @@ desc = "Made fresh, weekly!" icon_state = "chinese3" junkiness = 25 + antable = FALSE list_reagents = list("nutriment" = 1, "msg" = 4, "sugar" = 3) tastes = list("noodles" = 1) @@ -91,6 +94,7 @@ desc = "A timeless classic." icon_state = "chinese4" item_state = "chinese2" + antable = FALSE junkiness = 20 list_reagents = list("nutriment" = 1, "rice" = 3, "msg" = 4, "sugar" = 2) tastes = list("rice" = 1) diff --git a/code/modules/food_and_drinks/food/foods/junkfood.dm b/code/modules/food_and_drinks/food/foods/junkfood.dm index ec17f3c4a5a..7b7a665e0f5 100644 --- a/code/modules/food_and_drinks/food/foods/junkfood.dm +++ b/code/modules/food_and_drinks/food/foods/junkfood.dm @@ -11,6 +11,7 @@ trash = /obj/item/trash/chips filling_color = "#E8C31E" junkiness = 20 + antable = FALSE list_reagents = list("nutriment" = 1, "sodiumchloride" = 1, "sugar" = 3) tastes = list("crisps" = 1) @@ -21,6 +22,7 @@ trash = /obj/item/trash/sosjerky filling_color = "#631212" junkiness = 25 + antable = FALSE list_reagents = list("protein" = 1, "sugar" = 3) tastes = list("chewy beef" = 1) @@ -31,6 +33,7 @@ trash = /obj/item/trash/pistachios filling_color = "#BAD145" junkiness = 20 + antable = FALSE list_reagents = list("plantmatter" = 2, "sodiumchloride" = 1, "sugar" = 4) tastes = list("pistachios" = 1) @@ -41,6 +44,7 @@ trash = /obj/item/trash/raisins filling_color = "#343834" junkiness = 25 + antable = FALSE list_reagents = list("plantmatter" = 2, "sugar" = 4) tastes = list("dried raisins" = 1) @@ -61,6 +65,7 @@ trash = /obj/item/trash/cheesie filling_color = "#FFA305" junkiness = 25 + antable = FALSE list_reagents = list("nutriment" = 1, "fake_cheese" = 2, "sugar" = 3) tastes = list("cheese" = 1, "crisps" = 2) @@ -71,6 +76,7 @@ filling_color = "#FF5D05" trash = /obj/item/trash/syndi_cakes bitesize = 3 + antable = FALSE list_reagents = list("nutriment" = 4, "salglu_solution" = 5) tastes = list("sweetness" = 3, "cake" = 1) @@ -81,6 +87,7 @@ trash = /obj/item/trash/tastybread filling_color = "#A66829" junkiness = 20 + antable = FALSE list_reagents = list("nutriment" = 2, "sugar" = 4) tastes = list("bread" = 1)