mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Takes some lessons from Jimmy Neutron (#1269)
* sodium chloride is now called salt (#54328) * Takes some lessons from Jimmy Neutron Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
name = "ghost burger"
|
||||
desc = "Too Spooky!"
|
||||
icon_state = "ghostburger"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/protein = 4, /datum/reagent/consumable/nutriment/vitamin = 12, /datum/reagent/consumable/sodiumchloride = 5)
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/protein = 4, /datum/reagent/consumable/nutriment/vitamin = 12, /datum/reagent/consumable/salt = 5)
|
||||
tastes = list("bun" = 2, "ectoplasm" = 4)
|
||||
foodtypes = GRAIN
|
||||
alpha = 170
|
||||
|
||||
@@ -263,7 +263,7 @@
|
||||
/obj/item/food/popsicle/nogga_black
|
||||
name = "nogga black"
|
||||
desc = "A salty licorice icecream recently reintroduced due to all the records of the controversy being lost to time. Those who cannot remember the past are doomed to repeat it."
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/sodiumchloride = 1, /datum/reagent/consumable/cream = 2, /datum/reagent/consumable/vanilla = 1, /datum/reagent/consumable/sugar = 4)
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/salt = 1, /datum/reagent/consumable/cream = 2, /datum/reagent/consumable/vanilla = 1, /datum/reagent/consumable/sugar = 4)
|
||||
tastes = list("salty liquorice")
|
||||
overlay_state = "nogga_black"
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
icon_state = "sosjerky"
|
||||
desc = "Beef jerky made from the finest space cows."
|
||||
trash_type = /obj/item/trash/sosjerky
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 3, /datum/reagent/consumable/sugar = 2, /datum/reagent/consumable/sodiumchloride = 2)
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 3, /datum/reagent/consumable/sugar = 2, /datum/reagent/consumable/salt = 2)
|
||||
junkiness = 25
|
||||
tastes = list("dried meat" = 1)
|
||||
foodtypes = JUNKFOOD | MEAT | SUGAR
|
||||
@@ -76,7 +76,7 @@
|
||||
icon_state = "chips"
|
||||
trash_type = /obj/item/trash/chips
|
||||
bite_consumption = 1
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/sugar = 3, /datum/reagent/consumable/sodiumchloride = 1)
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/sugar = 3, /datum/reagent/consumable/salt = 1)
|
||||
junkiness = 20
|
||||
tastes = list("salt" = 1, "crisps" = 1)
|
||||
foodtypes = JUNKFOOD | FRIED
|
||||
|
||||
Reference in New Issue
Block a user