Removed frost oil and spray tan, deep fried items now no longer delete themselves when consumed.

This commit is contained in:
BurgerLua
2019-04-30 11:53:48 -07:00
parent 0d7c4c89d3
commit 4aaab992f5
2 changed files with 1 additions and 9 deletions

View File

@@ -50,8 +50,6 @@
"growthserum",
"cooking_oil",
"frostoil",
"sodiumchloride",
"cornoil",
"uranium",
"carpet",
@@ -59,8 +57,7 @@
"semen",
"femcum",
"tearjuice",
"strange_reagent",
"spraytan"
"strange_reagent"
)
//needs to be chemid unit checked at some point

View File

@@ -234,11 +234,6 @@ GLOBAL_LIST_INIT(frying_bad_chems, list(
QDEL_NULL(trash)
. = ..()
/obj/item/reagent_containers/food/snacks/deepfryholder/On_Consume(mob/living/eater)
if(trash)
QDEL_NULL(trash)
..()
/obj/item/reagent_containers/food/snacks/deepfryholder/proc/fry(cook_time = 30)
switch(cook_time)
if(0 to 15)