mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Merge pull request #16705 from SabreML/ant-protection
Prevents ants from infesting wrapped/packaged food
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
filling_color = "#7D5F46"
|
||||
bitesize = 3
|
||||
junkiness = 25
|
||||
antable = FALSE
|
||||
list_reagents = list("nutriment" = 1, "chocolate" = 1)
|
||||
tastes = list("chocolate" = 1)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user