Merge pull request #3877 from Neerti/9/17/2017_trash_pile_port

Ports Trashpiles
This commit is contained in:
Anewbe
2017-09-19 01:26:20 -05:00
committed by GitHub
6 changed files with 490 additions and 0 deletions
@@ -131,6 +131,20 @@
M.adjustOxyLoss(20 * removed)
M.sleeping += 1
/datum/reagent/toxin/mold
name = "Mold"
id = "mold"
description = "A mold is a fungus that causes biodegradation of natural materials. This varient contains mycotoxins, and is dangerous to humans."
taste_description = "mold"
reagent_state = SOLID
strength = 5
/datum/reagent/toxin/mold/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
..()
M.adjustToxLoss(strength * removed)
if(prob(5))
M.vomit()
/datum/reagent/toxin/stimm //Homemade Hyperzine
name = "Stimm"
id = "stimm"
@@ -2983,6 +2983,32 @@
/obj/item/weapon/reagent_containers/food/snacks/slice/vegetablepizza/filled
filled = TRUE
/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/oldpizza
name = "moldy pizza"
desc = "This pizza might actually be alive. There's mold all over."
icon_state = "oldpizza"
slice_path = /obj/item/weapon/reagent_containers/food/snacks/slice/oldpizza
slices_num = 6
center_of_mass = list("x"=16, "y"=11)
nutriment_desc = list("stale pizza crust" = 10, "moldy tomato" = 10, "moldy cheese" = 5)
nutriment_amt = 10
/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/oldpizza/New()
..()
reagents.add_reagent("protein", 5)
reagents.add_reagent("tomatojuice", 6)
reagents.add_reagent("mold", 8)
bitesize = 2
/obj/item/weapon/reagent_containers/food/snacks/slice/oldpizza
name = "moldy pizza slice"
desc = "This used to be pizza..."
icon_state = "old_pizza"
filling_color = "#BAA14C"
bitesize = 2
center_of_mass = list("x"=16, "y"=13)
whole_path = /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/oldpizza
/obj/item/pizzabox
name = "pizza box"
desc = "A box suited for pizzas."
@@ -3159,6 +3185,10 @@
pizza = new /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/meatpizza(src)
boxtag = "Meatlover's Supreme"
/obj/item/pizzabox/old/New()
pizza = new /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/oldpizza(src)
boxtag = "Deluxe Gourmet"
/obj/item/weapon/reagent_containers/food/snacks/dionaroast
name = "roast diona"
desc = "It's like an enormous, leathery carrot. With an eye."
@@ -3356,6 +3386,14 @@
..()
reagents.add_reagent("protein", 6)
/obj/item/weapon/reagent_containers/food/snacks/hotdog/old
name = "old hotdog"
desc = "Covered in mold. You're not gonna eat that, are you?"
/obj/item/weapon/reagent_containers/food/snacks/hotdog/old/New()
..()
reagents.add_reagent("mold", 6)
/obj/item/weapon/reagent_containers/food/snacks/flatbread
name = "flatbread"
desc = "Bland but filling."