Removed frost oil and spray tan, deep fried items now no longer delete themselves when consumed.
This commit is contained in:
@@ -50,8 +50,6 @@
|
|||||||
"growthserum",
|
"growthserum",
|
||||||
|
|
||||||
"cooking_oil",
|
"cooking_oil",
|
||||||
"frostoil",
|
|
||||||
"sodiumchloride",
|
|
||||||
"cornoil",
|
"cornoil",
|
||||||
"uranium",
|
"uranium",
|
||||||
"carpet",
|
"carpet",
|
||||||
@@ -59,8 +57,7 @@
|
|||||||
"semen",
|
"semen",
|
||||||
"femcum",
|
"femcum",
|
||||||
"tearjuice",
|
"tearjuice",
|
||||||
"strange_reagent",
|
"strange_reagent"
|
||||||
"spraytan"
|
|
||||||
|
|
||||||
)
|
)
|
||||||
//needs to be chemid unit checked at some point
|
//needs to be chemid unit checked at some point
|
||||||
|
|||||||
@@ -234,11 +234,6 @@ GLOBAL_LIST_INIT(frying_bad_chems, list(
|
|||||||
QDEL_NULL(trash)
|
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)
|
/obj/item/reagent_containers/food/snacks/deepfryholder/proc/fry(cook_time = 30)
|
||||||
switch(cook_time)
|
switch(cook_time)
|
||||||
if(0 to 15)
|
if(0 to 15)
|
||||||
|
|||||||
Reference in New Issue
Block a user